interactive-syntax-clojure icon indicating copy to clipboard operation
interactive-syntax-clojure copied to clipboard

`eval` doesn't work in a VISr's render

Open LeifAndersen opened this issue 3 years ago • 0 comments

Eval works fine when run via the run button:

(eval '(+ 1 2))

But running eval in a visr's render method calls it to inexplicably fail.

(Note that this is cljs.core/eval, NOT cljs.js/eval.)

LeifAndersen avatar Dec 23 '21 21:12 LeifAndersen