-
Notifications
You must be signed in to change notification settings - Fork 17
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
Update jupyter-collaboration v3.0.0-beta.8 #472
Update jupyter-collaboration v3.0.0-beta.8 #472
Conversation
Maybe this is the cause of the failures? |
Type 'JupyterCadDoc' is missing the following properties from type 'YDocument<DocumentChange>': source, getSource, setSource
src/stepplugin/plugins.ts(61,9): error TS2322: Type '() => JupyterCadStepDoc' is not assignable to type 'SharedDocumentFactory'.
Type 'JupyterCadStepDoc' is missing the following properties from type 'YDocument<DocumentChange>': source, getSource, setSource
src/stlplugin/plugins.ts(61,9): error TS2322: Type '() => JupyterCadStlDoc' is not assignable to type 'SharedDocumentFactory'.
Type 'JupyterCadStlDoc' is missing the following properties from type 'YDocument<DocumentChange>': source, getSource, setSource we need to update these classes? |
Yes, see jupyter-server/jupyter_ydoc#273. |
you can add |
Preview PR at appsharing.space |
Integration tests repot: appsharing.space |
Closes #471.
yjs-widgets will also have to use jupyter-collaboration v3.