-
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
Cherry pick "Block Bindings: Accept client ID as parameter for useBlockBindingsUtils (#65818)" to wp/6.7 #66048
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.77 MB
ℹ️ View Unchanged
|
The failing tests are due to missing PR in Also there is no way to test this PR as the original PR didn't include any real testing steps. @SantosGuillamot could you verify this for us please? 🙏 |
…ils` (#65818) * Pass `clientId` to `useBlockBindingsUtils` * Add unit tests for `useBlockBindingsUtils` * Use `resetBlocks` instead of `insertBlocks` in unit test Co-authored-by: SantosGuillamot <[email protected]> Co-authored-by: gziolo <[email protected]>
e8444ce
to
373adcc
Compare
The e2e tests are now passing and they should cover the original testing instructions as mentioned in the original PR. |
Sorry for being late here, and thanks for taking care of it |
What and Why?
Manually cherry-pick #65818 to wp/6.7.
How?
Follow the steps in #65818 (comment).