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
When I place a <JupyterViewer> anywhere in my application, I get the error Uncaught TypeError: Cannot read properties of undefined (reading 'map') from style-inject.es.js:26
If I remove the element, the error disappears instantly.
Stack trace:
at JupyterViewer (style-inject.es.js:26:1)
at renderWithHooks (react-dom.development.js:14985:1)
at mountIndeterminateComponent (react-dom.development.js:17811:1)
at beginWork (react-dom.development.js:19049:1)
at HTMLUnknownElement.callCallback (react-dom.development.js:3945:1)
at Object.invokeGuardedCallbackDev (react-dom.development.js:3994:1)
at invokeGuardedCallback (react-dom.development.js:4056:1)
at beginWork$1 (react-dom.development.js:23964:1)
at performUnitOfWork (react-dom.development.js:22776:1)
at workLoopSync (react-dom.development.js:22707:1)
The text was updated successfully, but these errors were encountered:
When I place a
<JupyterViewer>
anywhere in my application, I get the errorUncaught TypeError: Cannot read properties of undefined (reading 'map')
fromstyle-inject.es.js:26
If I remove the element, the error disappears instantly.
Stack trace:
The text was updated successfully, but these errors were encountered: