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
TypeError: world.cleanup is not a function
at K3D.disable (Core.js:1217:1)
at refresh (Canvas.js:211:1)
at module.exports (Canvas.js:281:1)
at new K3D (Core.js:1234:1)
at PlotView._init (k3d.js:323:1)
at f (backbone.js:335:57)
at g (backbone.js:322:19)
at d (backbone.js:110:16)
at a.trigger (backbone.js:312:5)
at r.render (panel.min.js:120:1118)
and this comes from a part of the code responsible for k3d teardown... maybe..
going up a stack frame:
It is interesting that the error occurs whilst teardown, which I suppose is not what we want while trying to show a plot.
Description
panel used to have a pane that would display k3d plots.
That pane is no longer available due to code refactoring.
I suspect using one of the current panes might work easily,
but do not know how to integrate the two?
The text was updated successfully, but these errors were encountered: