-
Notifications
You must be signed in to change notification settings - Fork 19
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
Error when unmounting <ProseMirror> component? #152
Comments
Hey @sherwinyu, I think I actually encountered this as well when I was working on #148. I'll pull that fix out into its own PR and try to get it released ASAP. Thanks for reporting! |
Great! Was unsure if I was doing something wrong. If it helps, here's a super small repro as well: https://github.com/sherwinyu/rich-text-editor-playground/tree/repro |
Ah, you know what? This actually isn't what I thought it was! It seems like this is an issue with the menubar plugin, specifically -- if you update your |
Ah, yeah, ok. The |
Ah gotcha, thanks for the super fast turnaround and tracking this down! |
Hi, I get a
when I unmount the
<ProseMirror>
component.This seems different from #42 since it's happening regardless of the text content of the editor and whether I'm deleting.
Here's more stack trace if it's helpful:
The text was updated successfully, but these errors were encountered: