-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error from Clear All button press #218
Comments
@jrmartin for geppetto-vfb you can use development, for geppetto-client you can use feature/101 or either copy the fix that I applied to the controlpanel in that branch and work that on a new one. |
@ddelpiano Occured with the latest version on v2-dev2 while removing multiple anatomy regions: Error Information: VFB_00030903 is not defined ReferenceError: VFB_00030903 is not defined |
Steps to reproduce the problem:
Open http://v2-dev2.virtualflybrain.org/org.geppetto.frontend/geppetto?id=VFB_00101286&i=VFB_00017894,VFB_00101286,VFB_00101278,VFB_00101279,VFB_00101277,VFB_00101280,VFB_00101286,VFB_00101278,VFB_00101279,VFB_00101277,VFB_00101280,VFB_00017894
Then click CLEAR ALL.
I suspect it's timing related so may not be easily repeatable.
Error Information:
VFB_00101284 is not defined
ReferenceError: VFB_00101284 is not defined
at eval (eval at addControlButtons (webpack:///./node_modules/@geppettoengine/geppetto-client/js/components/interface/controlPanel/controlpanel.js?), :1:1)
at Object.addControlButtons (webpack:///./node_modules/@geppettoengine/geppetto-client/js/components/interface/controlPanel/controlpanel.js?:365:19)
at Object.render (webpack:///./node_modules/@geppettoengine/geppetto-client/js/components/interface/controlPanel/controlpanel.js?:396:12)
at finishClassComponent (webpack:///./node_modules/react-dom/cjs/react-dom.development.js?:18407:31)
at updateClassComponent (webpack:///./node_modules/react-dom/cjs/react-dom.development.js?:18360:24)
at beginWork$1 (webpack:///./node_modules/react-dom/cjs/react-dom.development.js?:20108:16)
at HTMLUnknownElement.callCallback (webpack:///./node_modules/react-dom/cjs/react-dom.development.js?:362:14)
at Object.invokeGuardedCallbackDev (webpack:///./node_modules/react-dom/cjs/react-dom.development.js?:411:16)
at invokeGuardedCallback (webpack:///./node_modules/react-dom/cjs/react-dom.development.js?:466:31)
at beginWork$$1 (webpack:///./node_modules/react-dom/cjs/react-dom.development.js?:25730:7)
The text was updated successfully, but these errors were encountered: