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(richtext-*): ensure admin panel doesn't freeze with some field configurations consisting of 2+ richtext fields #8773

Merged
merged 3 commits into from
Oct 18, 2024

Conversation

AlessioGr
Copy link
Member

See comments in code for proper explanation. In some cases, where 2 richtext editors referencing the same editor are used, the admin panel will hang. That's because the server will send their client props that have the same object reference down to the client twice.

Next.js sometimes does not like this and, ever since one of the v15 canaries, started to hang

@AlessioGr AlessioGr enabled auto-merge (squash) October 18, 2024 03:07
@AlessioGr AlessioGr merged commit aedf3c8 into beta Oct 18, 2024
49 checks passed
@AlessioGr AlessioGr deleted the fix/nextjs-madness-object-references branch October 18, 2024 03:22
Copy link
Contributor

🚀 This is included in version v3.0.0-beta.117

AlessioGr added a commit that referenced this pull request Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant