-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 error and improve privacy of sectionRootClientId setting #65000
Fix error and improve privacy of sectionRootClientId setting #65000
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: -1 B (0%) Total Size: 1.78 MB
ℹ️ View Unchanged
|
Flaky tests detected in 68315a3. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/10682296598
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is working well for me, and seems like the more minimal change, so I think it's the one to go with.
Thanks for trying a few different things @getdave
What?
Fixes an error caused by usage of
unlock
aroundgetSettings
when accessing thesectionRootClientId
setting.Related to #65001
Resolves #64141
Co-authored-by: Daniel Richards 677833+talldan@users.noreply.github.com
Why?
The method used to make the setting private was suboptimal and caused errors.
How?
Updates to use a Symbol (hat tip @talldan) to represent the setting key. We then make the key a private API and consume it as required to access the setting.
A separate PR will normalise all this into a single private selector to avoid having to import the private key everywhere.
Testing Instructions
Follow same instructions as #64544
Testing Instructions for Keyboard
Screenshots or screencast