-
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
BlockSettingsMenuControlsSlot: add missing useSelect dependency. #23247
BlockSettingsMenuControlsSlot: add missing useSelect dependency. #23247
Conversation
Size Change: -3 B (0%) Total Size: 1.13 MB
ℹ️ View Unchanged
|
Rebase and merge maybe? |
Yeah, assuming the React Native tests don't crash again (which seems to be the most common issue I keep running into with the end-to-end tests right now), rebasing should get the tests passing. |
c3e74d4
to
326849a
Compare
Yes, we should expect some failures on the next days as they just merged the native repo here. let's just keep them informed about the failures so they can work on them. |
326849a
to
2298d17
Compare
Description
This PR adds a missing dependency to the
useSelect
call in theBlockSettingsMenuControlsSlot
component. This might fix some obscure bugs, but even if not, it's still a good idea to harden this code against potential future bugs by making this change.