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
I'm attempting to update react-transition-group to react 16 but there's several tests failing with errors from within this library with "TypeError: _utils.getInstanceFromNode is not a function"
FAIL test/CSSTransition-test.js
● CSSTransition › should flush new props to the DOM before initiating a transition
TypeError: _utils.getInstanceFromNode is not a function
at normalizeSubject (node_modules/bill/node.js:57:57)
at createNode (node_modules/bill/node.js:118:13)
at NodeCollection (node_modules/teaspoon/index.js:49:44)
at Object.<anonymous> (test/CSSTransition-test.js:17:28)
at Promise (<anonymous>)
at Promise.resolve.then.el (node_modules/p-map/index.js:42:16)
at <anonymous>
I'm attempting to update react-transition-group to react 16 but there's several tests failing with errors from within this library with "TypeError: _utils.getInstanceFromNode is not a function"
For reference my branch is here: https://github.com/Graham42/react-transition-group/tree/react-16
The text was updated successfully, but these errors were encountered: