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
We have a custom widget (https://pypi.org/project/unfolded.map-sdk/) that works on jupyterlabwidget-1.1.2 and earlier, but after 1.1.3 was released, our CI tests started failing. Recreating the environment and running manually, I get the error Error serializing widget state attribute: map
Longer traceback
272.c29d26f2cf8a9ca7cd8f.js:1 Uncaught (in promise) DOMException: Failed to execute 'structuredClone' on 'Window': function(i){return typeof i=="function"?i(t,r):n(i)} could not be cloned.
at t.serialize (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/272.c29d26f2cf8a9ca7cd8f.js:1:24495)
at t.sync (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/272.c29d26f2cf8a9ca7cd8f.js:1:23695)
at o.save (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/803.0c2b58ce45d740d7f0ea.js:1:6810)
at t.save_changes (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/272.c29d26f2cf8a9ca7cd8f.js:1:25173)
at o.<anonymous> (http://localhost:8888/lab/extensions/@unfolded/jupyter-map-sdk/static/480.d9e38698db357136a973.js?v=d9e38698db357136a973:1:10834)
at Generator.next (<anonymous>)
at r (http://localhost:8888/lab/extensions/@unfolded/jupyter-map-sdk/static/480.d9e38698db357136a973.js?v=d9e38698db357136a973:1:10179)
Description
We have a custom widget (https://pypi.org/project/unfolded.map-sdk/) that works on
jupyterlabwidget-1.1.2
and earlier, but after 1.1.3 was released, our CI tests started failing. Recreating the environment and running manually, I get the errorError serializing widget state attribute: map
Longer traceback
Reproduce
pip install unfolded.map_sdk, jupyterlab-widgets==1.1.3
Expected behavior
In 1.1.2 and earlier, an embedded interactive javascript map appears as expected.
Context
This happens on a variety of systems (local machine and Github CI)
Troubleshoot Output
Command Line Output
Browser Output
If using JupyterLab
Installed Labextensions
The text was updated successfully, but these errors were encountered: