Skip to content

Instantly share code, notes, and snippets.

@sritchie
Last active April 21, 2022 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sritchie/bb3f4d8f14a2ea58d8db656ba6df3163 to your computer and use it in GitHub Desktop.
Save sritchie/bb3f4d8f14a2ea58d8db656ba6df3163 to your computer and use it in GitHub Desktop.
out/cljs-runtime/reagent.impl.template.js:503 Uncaught Error: Assert failed: Invalid Hiccup form: [#js {"$$typeof" #object[Symbol(react.forward_ref)], :render #object[Function]} {:options {:plugins ["core" "controls" "cursor"], :controls {:klass OrbitControls}, :camera {}}, :containerStyle {:height "400px", :width "100%"}, :ref #object[Function]} [#object[reagent.impl.template.NativeWrapper] {:range [[0 1] [0 1] [0 1]], :scale [1 1 1]} [#object[reagent.impl.template.NativeWrapper] {:bufferWidth 10, :channels 4, :bufferDepth 11, :width 10, :bufferHeight 5, :expr sci.impl.fns.fun_._arity_4, :id "volume", :depth 11, :live false, :items 1, :height 5}] [#object[reagent.impl.template.NativeWrapper] {:points "#volume", :colors "#volume", :color 16777215, :size 20}]]]
(in demo.mathbox_react.MyBox1)
(valid-tag? tag)
at Object.reagent$impl$template$vec_to_elem [as vec_to_elem] (out/cljs-runtime/reagent.impl.template.js:503:8)
at Object.reagent$impl$template$as_element [as as_element] (out/cljs-runtime/reagent.impl.template.js:544:30)
at Object.eval [as reagent$impl$protocols$Compiler$as_element$arity$2] (out/cljs-runtime/reagent.impl.template.js:615:30)
at Object.reagent$impl$protocols$as_element [as as_element] (out/cljs-runtime/reagent.impl.protocols.js:68:14)
at Object.reagent$impl$component$wrap_render [as wrap_render] (out/cljs-runtime/reagent.impl.component.js:128:31)
at Object.reagent$impl$component$do_render [as do_render] (out/cljs-runtime/reagent.impl.component.js:205:35)
at eval (out/cljs-runtime/reagent.impl.component.js:456:31)
at Object.reagent$ratom$in_context [as in_context] (out/cljs-runtime/reagent.ratom.js:64:85)
at Object.reagent$ratom$deref_capture [as deref_capture] (out/cljs-runtime/reagent.ratom.js:81:25)
at Object.reagent$ratom$run_in_reaction [as run_in_reaction] (out/cljs-runtime/reagent.ratom.js:1507:25)
out/cljs-runtime/reagent.impl.template.js:503 Uncaught Error: Assert failed: Invalid Hiccup form: [#js {"$$typeof" #object[Symbol(react.forward_ref)], :render #object[Function]} {:options {:plugins ["core" "controls" "cursor"], :controls {:klass OrbitControls}, :camera {}}, :containerStyle {:height "400px", :width "100%"}, :ref #object[Function]} ([#object[reagent.impl.template.NativeWrapper] {:range [[0 1] [0 1] [0 1]], :scale [1 1 1]} [#object[reagent.impl.template.NativeWrapper] {:bufferWidth 10, :channels 4, :bufferDepth 11, :width 10, :bufferHeight 5, :expr sci.impl.fns.fun_._arity_4, :id "volume", :depth 11, :live false, :items 1, :height 5}] [#object[reagent.impl.template.NativeWrapper] {:points "#volume", :colors "#volume", :color 16777215, :size 20}]])]
(in demo.mathbox_react.MyBox2)
(valid-tag? tag)
at Object.reagent$impl$template$vec_to_elem [as vec_to_elem] (out/cljs-runtime/reagent.impl.template.js:503:8)
at Object.reagent$impl$template$as_element [as as_element] (out/cljs-runtime/reagent.impl.template.js:544:30)
at Object.eval [as reagent$impl$protocols$Compiler$as_element$arity$2] (out/cljs-runtime/reagent.impl.template.js:615:30)
at Object.reagent$impl$protocols$as_element [as as_element] (out/cljs-runtime/reagent.impl.protocols.js:68:14)
at Object.reagent$impl$component$wrap_render [as wrap_render] (out/cljs-runtime/reagent.impl.component.js:128:31)
at Object.reagent$impl$component$do_render [as do_render] (out/cljs-runtime/reagent.impl.component.js:205:35)
at eval (out/cljs-runtime/reagent.impl.component.js:456:31)
at Object.reagent$ratom$in_context [as in_context] (out/cljs-runtime/reagent.ratom.js:64:85)
at Object.reagent$ratom$deref_capture [as deref_capture] (out/cljs-runtime/reagent.ratom.js:81:25)
at Object.reagent$ratom$run_in_reaction [as run_in_reaction] (out/cljs-runtime/reagent.ratom.js:1507:25)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment