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
The reason I ask is because you may have already created a component instance with renderer.create() which continues to stay reactively "alive" responding to state changes, and then you want to traverse its component tree, not the original component tree you first passed to renderer.create().
I.e. does it work with the component tree's meant for serialization/snapshots:
The reason I ask is because you may have already created a component instance with
renderer.create()
which continues to stay reactively "alive" responding to state changes, and then you want to traverse its component tree, not the original component tree you first passed torenderer.create()
.I'd like to add *Bill` to this library of mine:
https://github.com/faceyspacey/jest-redux-snap
So, for example, will bill be able to work with
renderer.create(<div />).toJSON()
?The text was updated successfully, but these errors were encountered: