redux-form/redux-form-docs

Most code examples not working

annie-annie opened this issue · 2 comments

Only these two code example pages work. The rest error and do not render.
https://redux-form.com/8.1.0/examples/immutable/
https://redux-form.com/8.1.0/examples/react-widgets/

I can second this. The latest version of the docs has almost all examples failing. With the following error in the console.

Uncaught Invariant Violation: Could not find "store" in either the context or props of "Connect(ReduxForm(u))". Either wrap the root component in a <Provider>, or explicitly pass "store" as a prop to "Connect(ReduxForm(u))".

Works now, all is good