Remove all usages of return value for ReactDOM.render
and TestUtils.renderIntoDocument
#133
Labels
ReactDOM.render
and TestUtils.renderIntoDocument
#133
As per [1] we shouldn't rely on return value of
ReactDOM.render
andTestUtils.renderIntoDocument
because of:It's also a reason of some unit tests intermittent failures we have currently.
[1] https://facebook.github.io/react/docs/top-level-api.html
The text was updated successfully, but these errors were encountered: