-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
[BUG] Error while using JSX #585
[BUG] Error while using JSX #585
Comments
Can you give me a runnable sandbox? |
the error is reproduced when - npm run dev IMG_5320.MOVcan be fixed by a correction in the LexicalJsxNode.tsx file on line 35 by replacing return new LexicalJsxNode(structuredClone(node.__mdastNode)) with return new LexicalJsxNode(node.__mdastNode, node.__key) |
Agree with this. It appears to have happened with the bump in Lexical version. I'm currently running a patched version with the additional node.__key variable and everything works great. |
Can you open a PR? I will merge. |
🎉 This issue has been resolved in version 3.11.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Describe the bug
I am getting the following error:
To Reproduce
Follow the JSX guide from the documentation.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: