-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
Add new required props to RouterProvider #53433
Conversation
Test using WordPress PlaygroundThe changes in this pull request can be previewed and tested using a WordPress Playground instance. Test this pull request with WordPress Playground. Note that this URL is valid for 30 days from when this comment was last updated. You can update it by closing/reopening the PR or pushing a new commit. |
Size Change: +6 B (0%) Total Size: 4.99 MB |
Hi @octaedro, @gigitux, @mdperez86, Apart from reviewing the code changes, please make sure to review the testing instructions and verify that relevant tests (E2E, Unit, Integration, etc.) have been added or updated as needed. You can follow this guide to find out what good testing instructions should look like: |
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.
LGTM!
* Add new required props to RouterProvider * Add changelog file
IMPORTANT: Merging this PR to the appropriate branches is critical to the release process and ensures that the bug does not cause regressions in the future releases. Cherry picking was successful for |
Add new required props to RouterProvider (#53433) * Add new required props to RouterProvider * Add changelog file Co-authored-by: Albert Juhé Lluveras <[email protected]>
Changes proposed in this Pull Request:
(Same PR as #53352 but now targetting WC 9.5, as the PRR wasn't approved.)
This PR fixes an issue between Customize Your Store and the most recent nightly of Gutenberg. The changes in the API were introduced in WordPress/gutenberg#67199 (thanks @gigitux for pointing it out!).
How to test the changes in this Pull Request:
wp-admin/tools.php?page=woocommerce-admin-test-helper
> Tools > "Reset Customize Your Store".