JavaScript for WordPress › Forums › Gutenberg Development › Error in › Reply To: Error in
April 9, 2018 at 9:46 am
#44700
Zac Gordon
Keymaster
When you return elements in React they have to be wrapped inside a single element. So you can either take your elements and wrap in a div or import Fragment from wp.element and wrap it in a
Hope that helps!