-
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
Typing is incompatible between patch versions #297
Comments
|
Isn't it because the two |
Yup. The question is how (if) we can make the developer experience better. If it was in our own code usually the answer is "use an interface which has to remain compatible across minor versions". Since this is in a third-party package, I am not sure if we can do much other than synchronizing versions across our packages more consistently. |
Actually I'm not familiar with how package resolution works in JupyterLab. Isn't there a way to say that |
If one package (say
jupyterlab
main branch) has version 3.0.0 and another (say jupyter-collaboration) has version 3.0.2 we see:Maybe we should avoid exposing any objects from
ydocument.js
? Not sure yet.Edit: To be fair, we also have this issue with react, which is why we are aggressively pinning.
The text was updated successfully, but these errors were encountered: