We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mentioned in #29458 When a user changes the value in any of the theme location dropdowns in Navigation Editor the entire editor rerenders.
New menu is applied to the location and the window remains open
The entire editor rerenders
Could be related to useNavigationEditor: https://github.com/WordPress/gutenberg/blob/trunk/packages/edit-navigation/src/components/layout/index.js#L59 That the navigationPost used is temporarily unavailable, which makes the editor briefly not rendered: https://github.com/WordPress/gutenberg/blob/trunk/packages/edit-navigation/src/components/layout/index.js#L68
The text was updated successfully, but these errors were encountered:
closed with #30340
Sorry, something went wrong.
grzim
No branches or pull requests
Description
Mentioned in #29458
When a user changes the value in any of the theme location dropdowns in Navigation Editor the entire editor rerenders.
Step-by-step reproduction instructions
Expected behaviour
New menu is applied to the location and the window remains open
Actual behaviour
The entire editor rerenders
Code snippet (optional)
Could be related to useNavigationEditor:
https://github.com/WordPress/gutenberg/blob/trunk/packages/edit-navigation/src/components/layout/index.js#L59
That the navigationPost used is temporarily unavailable, which makes the editor briefly not rendered:
https://github.com/WordPress/gutenberg/blob/trunk/packages/edit-navigation/src/components/layout/index.js#L68
WordPress information
Device information
The text was updated successfully, but these errors were encountered: