Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
if pass multi connected components to renderReactRedux(), required to wrap a element. because react-redux Provider should enforce a single child. (e.g.) renderReactRedux( 'MyComponent.js', <div> <ConnectedComponentA /> <ConnectedComponentB /> </div>, configureStore );
- Loading branch information