Fork me on GitHub
#shadow-cljs
<
2021-12-27
>
tungsten18:12:47

Is anyone familiar with the following error in the browser console:

[Error] ReferenceError: Can't find variable: j
	reportError (main.js:1455)
	(anonymous function) (main.js:1565)
	Global Code (main.js:1633)
[Warning] The above error occurred when loading "cljs.pprint.js". Any additional errors after that one may be the result of that failure. In general your code cannot be trusted to execute properly after such a failure. Make sure to fix the first one before looking at others. (main.js, line 1457)

tungsten18:12:04

No idea what could cause this, it seems like hot code reloading doesn't work either. First time using shadow-cljs

thheller19:12:49

@bfast never seen that before. what kind of a build is this? :target :browser I assume?

tungsten22:12:58

Yes, that is correct

thheller05:12:36

and which browser is this?