-
Notifications
You must be signed in to change notification settings - Fork 7
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
yjs-widgets does not play well with Lumino widgets #8
Comments
I trust you on this one! I don't know Lumino. |
Honestly I'm not sure forcing a Lumino would be the best way to go. But at the same time Lumino is all over the place in JupyterLab so... |
I mean |
They would, you can make a Lumino widget that contains a react component.
Ok let's go with the fix I suggested above then? |
👍 |
Issue
One cannot easily create a yjs-widgets based on Lumino. Because the
node
element that the Renderer provides is not yet attached:Fix proposition
I would like to suggest modifying the
JupyterYWidget
to get closer to the logic we have in ipywidgets. Basically, the Widget class would be expected to have anode
element that would either be a Lumino Widget:The text was updated successfully, but these errors were encountered: