-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Occur "Maximum update depth exceeded.” in Navigation Screen. #48668
Comments
I can confirm the bug. This only happens when inserting the "Custom Link" block. |
Probably related to #48675. cc @getdave, @scruffian |
I believe this is the side effect that triggers the update loop. gutenberg/packages/block-library/src/navigation-link/edit.js Lines 228 to 235 in a85892e
|
That bug is already on the radar and will be fixed by Thanks for reporting. |
This PR seems to have caused this: #47853 and it's not included in |
@getdave, should we close some of the issues as duplicates? |
Description
Adding a Custom Link block to the navigation causes "Maximum update depth exceeded.”
This problem does not occur in 15.2.4, it occurs with trunk ( 4945d3f ).
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
2023-03-02.16.48.57.mov
Environment info
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: