You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open a file, Go to Definition on a clojure.core function like println
See in the developer console that an error is thrown like Cannot read property 'document' of undefined
I think it may be coming from the results-doc module, as this was shown when I performed these actions with the code from the PR that doesn't bundle with webpack. With current/bundled Calva, it just shows extension.js:1.
The text was updated successfully, but these errors were encountered:
Repro:
println
Cannot read property 'document' of undefined
I think it may be coming from the results-doc module, as this was shown when I performed these actions with the code from the PR that doesn't bundle with webpack. With current/bundled Calva, it just shows
extension.js:1
.The text was updated successfully, but these errors were encountered: