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
|
What?
Fixes an error caused by usage of
unlockaroundgetSettingswhen accessing thesectionRootClientIdsetting.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