Open
Description
Hi Team, the Simple Form Example for Redux-Form(https://redux-form.com/8.2.0/examples/simple/) is not loading due to the usage of invalid 'redux' & 'react-redux' distributions and thus the links used in the example pages are broken. Please see the attached screenshot.
The Fix is to use 'https://unpkg.com/[email protected]/dist/react-redux.mjs' inplace of 'https://unpkg.com/[email protected]/dist/react-redux.js' and same of Redux CDN Links.
Old Distribuitions:
Redux: https://unpkg.com/redux/dist/redux.js
React-Redux: https://unpkg.com/react-redux/dist/react-redux.js
New Distribuitions(Note the usage of .mjs instead of .js ):
Redux: https://unpkg.com/redux/dist/redux.mjs
React-Redux: https://unpkg.com/react-redux/dist/react-redux.mjs
Metadata
Metadata
Assignees
Labels
No labels