malli
malli copied to clipboard
malli.dev.cljs/start! no longer prints errors for instrumented functions in the console
It seems that with the release of v0.14.0 calling instrumented functions no longer prints errors anywhere in clojurescript. The function call just fails silently. I couldn't quite figure out based on the release notes / readme whether this change was intentional or not, or how to re-enable that functionality.
fails silently -> sounds like a regression.
I assume it was caused by this change? https://github.com/metosin/malli/blame/1d6efc23fef01ab333f872b357760de61eac0a21/CHANGELOG.md#L38
@knubie I don't think anything has changed with regards to this, but are you able to provide a reproduction of the issue?