-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
editor.update(). #58
Comments
occur same problem |
This seems like a very import issue. @nevecex and I are seeing this at Dart too with the latest version of lexical-vue and lexical. It seems like there may even be a problem with recursion because after a bunch of
We also see
It seems like this has something to do with lexical-vue That does mean that for the short term you all may be able to solve this the same way we are by using an older version of lexical (we do this by patching In the longer term this seems like a serious problem so we should look into it! |
New version released and it's locked to |
This has been fixed in the latest version, thank you! |
Thank you @nevecex for the update! |
Error: Unable to find an active editor. This method can only be used synchronously during the callback of editor.update().
The text was updated successfully, but these errors were encountered: