#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 component.

Hope that helps!