-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Collaborate: mismatched transaction #2879
Comments
Same problem here. Seems to be related to Uncaught RangeError: Applying a mismatched transaction Happening to these guys too: #1515 |
I just realized the same thing is happening in the Vue collaborative demos: |
Thanks for your issues. We'll look into this issue as fast as possible to resolve this bug. From what we can see for now it seems to only affect the Vue examples. |
Hey @gustavotoyota @joppehoekstra I was able to fix this issue. It was introduced by As soon as there is a working solution, we'll update the package back to the latest stable version. |
Hey @joppehoekstra this should be resolved with our latest release of the collaboration plugin. Could you update and try again? |
All seems to work well now with the latest update. Thanks! |
y-prosemirror 1.2.4 and 1.2.5 both cause a regression having this same error. Pinning to 1.2.3 still works. |
@Flamenco how can you force the installation of |
@hamzanouali42 in your package.json file, set the version without any range prefixes. You might also consider setting the resolutions option in your package.json file as well. |
i can confirm too, 1.2.3 is latest working version, both above are broken to use |
What’s the bug you are facing?
I cannot get the Collaboration plugin working. As soon as I start typing I get the following error: "RangeError: Applying a mismatched transaction"
Which browser was this experienced in? Are any special extensions installed?
Chrome, Safari
How can we reproduce the bug on our side?
Strangely enough, when replicating the issue in my Codesandbox I do not get the error. However, when I download that exact code on my local device, and run
yarn
followed byyarn serve
, I do get the error.I've already run
yarn upgrade
, cleared my yarn cache, removed the node_modules folder, and I'm kinda stuck at this point. It's quite frustrating to see different behaviour in CodeSandbox and my local device.Can you provide a CodeSandbox?
See above
What did you expect to happen?
Not to get an error.
Anything to add? (optional)
No response
Did you update your dependencies?
Are you sponsoring us?
The text was updated successfully, but these errors were encountered: