Can't have top-level braces
S
Samir Talwar
Markus Tacker: You're right, there's definite need for that! As a workaround for now, I think you can wrap the whole thing in a
<React.Fragment>
.T
Tom Dawes
Samir Talwar: Sadly this won't work - unfortunately right now we don't support using
React.Fragment
as the top-level node of subcomponents either, but this is a bug, not a feature.Will try and get this fixed soon!