Hello,
I've run into a bug where print
output from a library(environ
) is showing up in a compiled JS file.
I've created a repo to reproduce the issue here: https://github.com/samrat/cljs-warning-bug
This is likely happening because the library and CLJS compiler are both using print, and the print
is getting invoked during compile-time.
If there is any other information I could share that might help, I'd be happy to provide it.
Thanks,
Samrat