Skip to content
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

Fix endless renders with editorRef callback #5701

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

2wheeh
Copy link
Contributor

@2wheeh 2wheeh commented Mar 11, 2024

fixes #5700

Currently, passing editorRef callback containing setState() throws an warning.
And using that state triggers endless update, which throws an error.

more details in #5700

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 11, 2024
Copy link

vercel bot commented Mar 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lexical ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 11, 2024 3:57am
lexical-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 11, 2024 3:57am

Copy link
Contributor

@acywatson acywatson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@acywatson acywatson merged commit 8d37645 into facebook:main Mar 11, 2024
45 checks passed
@2wheeh 2wheeh deleted the fix/bad-set-state-call-editor-ref branch March 11, 2024 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: EditorRefPlugin triggers endless rendering with function containing setState
4 participants