Building a Featured Gallery component for Gutenberg
In your GalleryImage const { withSelect } = wp.data; const { compose } = wp.compose; // You should define __ const { __ } = wp.i18n; In your FeaturedGallery You need to return the element, and set a key for the element (which is a list item): ( I also removed the index because it’s … Read more