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 write one React test, but I don't get the right result. I don't know the reason.
I use the "enzyme-adapter-react-16": "^1.15.0", "enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.0", "react-test-renderer": "^16.10.2", "react-redux": "^7.1.1",
I got the following error:
@timdorr I don't know the issue "React hooks support checklist" why is the reason of my failure. Could you explain to me some information in here? I don't understand the issue #2011. And will my issue w be resolve until the issue #2011 is closed? Thanks.
I write one React test, but I don't get the right result. I don't know the reason.
I use the "enzyme-adapter-react-16": "^1.15.0", "enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.0", "react-test-renderer": "^16.10.2", "react-redux": "^7.1.1",
I got the following error:
But if I remove the store props, it can find them.
This is my code:
And the following is my unit test code:
Where do I wrong?
The text was updated successfully, but these errors were encountered: