You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So currently when rendering, you must provide some top-most wrapper in addition to the node that has been designated as the reactroot. This introduces an unwanted extra layout element and can make styling a little irritating.
It would be nice if the target for ReactDOM.render(jsx, node)is the topmost node and you could pass an array as the first children right away.
The text was updated successfully, but these errors were encountered:
So currently when rendering, you must provide some top-most wrapper in addition to the node that has been designated as the reactroot. This introduces an unwanted extra layout element and can make styling a little irritating.
It would be nice if the target for
ReactDOM.render(jsx, node)
is the topmost node and you could pass an array as the first children right away.The text was updated successfully, but these errors were encountered: