Closed
Description
Do you want to request a feature or report a bug?
bug.
What is the current behavior?
renderer.create(
<Fragment>
<Fragment>foo</Fragment>
</Fragment>
)
.toTree()
Invariant Violation: toTree() does not yet know how to handle nodes with tag=10
https://codesandbox.io/s/olky92m01y
What is the expected behavior?
returns a tree.
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
16.2.0