Closed Mamaduka closed 2 days ago
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 props-bot
label.
If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: ellatrix <ellatrix@git.wordpress.org>
Co-authored-by: tyxla <tyxla@git.wordpress.org>
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.
Size Change: -9 B (0%)
Total Size: 1.81 MB
Filename | Size | Change |
---|---|---|
build/editor/index.min.js |
106 kB | -9 B (-0.01%) |
Flaky tests detected in 06a1511ebfbd7137b718a7d5b5aaf8a01f7e6c18. Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.
đ Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/11593524208 đ Reported issues:
/test/e2e/specs/widgets/editing-widgets.spec.js
/test/e2e/specs/editor/various/taxonomies.spec.js
/test/e2e/specs/site-editor/template-revert.spec.js
What?
PR updates the
CollabSidebar
component and combines store subscriptions when possible. I've also removed the side effect for settingblockCommentID
.I noticed multiple
useSelect
hook usages when reviewing the #66583.Why?
useSelect
hooks. This reduces the number of store subscriptions.Testing Instructions
Testing Instructions for Keyboard
Same.