You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some regressions with the last PR since it brought other changes from gutenberg master.
I’ve seen this one when trying to select a non-empty image block or picking an image from the library (and dismissing the modal since it wasn't working), tested on android:
Invariant Violation: Hooks can only be called inside the body of a function component. (https://fb.me/react-invalid-hook-call)
This error is located at:
in FillComponent (at fill.js:73)
in Fill (at slot-fill/index.js:13)
in BlockControlsFill (at block-controls/index.js:14)
in BlockControlsFill (at context.js:57)
in IfBlockEditSelected(BlockControlsFill) (at edit.native.js:297)
in RCTView (at View.js:45)
in View (at edit.native.js:294)
in TouchableWithoutFeedback (at edit.native.js:281)
in ImageEdit (at edit.native.js:18)
...
The text was updated successfully, but these errors were encountered:
We have some regressions with the last PR since it brought other changes from gutenberg
master
.I’ve seen this one when trying to select a non-empty image block or picking an image from the library (and dismissing the modal since it wasn't working), tested on android:
The text was updated successfully, but these errors were encountered: