We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fix link to testing docs
Updated Testing (markdown)
Update to support create with middleware for typescript `create<IState>()(subscribeWithSelector(createStore))`
`act ` needs to be imported from `react-dom/test-utils` or `@testing-library/react`
The previous version which did not have `resetFn` wrapped in `act()` only worked when used in a Create React App project. The reason was that CRA uses `jest-circus` as a test runner.
Kick off wiki by adding a Testing page