Fork me on GitHub
#cljsjs
<
2016-03-27
>
akjetma00:03:13

anybody have any experience with this crazy error message?

Uncaught TypeError: (intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(...) is not a function
it’s happening when i try to compile a project that uses cljsjs.codemirror. I’ve narrowed it down to the requirement of the library (commented out all code related to it, didn’t get the error, uncommented only the require, got the error) but can’t recreate it outside of the project i need it for (made an empty project w/same clojurescript and cljsbuild that just requires and uses it and it’s working fine). happens right at startup for any build with optimizations other than :none