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
So we have a containerized instance of the datasim services up for the Plugfest participants in a few weeks, but I'm getting odd behavior when closing the last tab for the Profiles box.
If it's closed, then the rendering setup seems to get confused:
prod-main.js:5824 Error rendering component (in reagent1 > reagent2 > > > reagent4 > > > reagent8 > > > reagent11 > reagent15)
reagent.impl.component.do_render @ prod-main.js:5824
(anonymous) @ prod-main.js:5826
reagent.ratom.in_context @ prod-main.js:5734
reagent.ratom.deref_capture @ prod-main.js:5734
reagent.ratom.Reaction._run @ prod-main.js:5784
prod-main.js:98 Error: Doesn't support name:
at cljs.core.name (prod-main.js:3663:200)
at prod-main.js:8004:495
at cljs.core.LazySeq.sval (prod-main.js:2734:154)
at cljs.core.LazySeq.cljs$core$ISeqable$_seq$arity$1 (prod-main.js:2740:255)
at cljs.core._seq (prod-main.js:2318:89)
at cljs.core.seq (prod-main.js:2444:180)
at cljs.core.seq_reduce.cljs$core$IFn$_invoke$arity$3 (prod-main.js:2600:84)
at cljs.core.LazySeq.cljs$core$IReduce$_reduce$arity$3 (prod-main.js:2739:250)
at cljs.core._reduce.cljs$core$IFn$_invoke$arity$3 (prod-main.js:2313:128)
at cljs.core.reduce.cljs$core$IFn$_invoke$arity$3 (prod-main.js:2607:197)
prod-main.js:3663 Uncaught Error: Doesn't support name:
at cljs.core.name (prod-main.js:3663:200)
at prod-main.js:8004:495
at cljs.core.LazySeq.sval (prod-main.js:2734:154)
at cljs.core.LazySeq.cljs$core$ISeqable$_seq$arity$1 (prod-main.js:2740:255)
at cljs.core._seq (prod-main.js:2318:89)
at cljs.core.seq (prod-main.js:2444:180)
at cljs.core.seq_reduce.cljs$core$IFn$_invoke$arity$3 (prod-main.js:2600:84)
at cljs.core.LazySeq.cljs$core$IReduce$_reduce$arity$3 (prod-main.js:2739:250)
at cljs.core._reduce.cljs$core$IFn$_invoke$arity$3 (prod-main.js:2313:128)
at cljs.core.reduce.cljs$core$IFn$_invoke$arity$3 (prod-main.js:2607:197)
The text was updated successfully, but these errors were encountered:
Afternoon team,
So we have a containerized instance of the datasim services up for the Plugfest participants in a few weeks, but I'm getting odd behavior when closing the last tab for the Profiles box.
If it's closed, then the rendering setup seems to get confused:
The text was updated successfully, but these errors were encountered: