Saad Tarhi
Saad Tarhi
This PR adds the `feedback box` to the Cart & Checkout Inner Blocks in the inspector (Editor mode)! Fixes #6852 #### Accessibility - [x] I've tested using only a keyboard...
To decouple data flows in C&C, we merged #6159 to remove `useStoreNotices` and interact directly with the data store instead. As a result, we made some changes to the `StoreNoticesContext`...
We are filtering the `Inner Blocks` by checking the `parent` field of the JSON metadata. If a `parent` field is defined then it's definitely an `Inner Block`. We chose the...