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
Do you want to request a feature or report a bug?
bug
What is the current behavior?
on running npm test on master branch, createReactClassIntegration-test fails
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar (template: https://jsfiddle.net/84v837e9/).
I just installed the repo after cloning it, ran npm install, and then npm test.
What is the expected behavior?
Test should pass
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
Latest version as of commit 00ba97a
The text was updated successfully, but these errors were encountered:
It probably fails because you run npm install rather than yarn so you get the latest version (which included a bugfix). We need to cherrypick an equivalent of 07fe7ad and 76b916b to master I think.
Do you want to request a feature or report a bug?
bug
What is the current behavior?
on running npm test on master branch, createReactClassIntegration-test fails
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar (template: https://jsfiddle.net/84v837e9/).
I just installed the repo after cloning it, ran npm install, and then npm test.
What is the expected behavior?
Test should pass
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
Latest version as of commit 00ba97a
The text was updated successfully, but these errors were encountered: