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
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.
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/react-redux@9.1.2/dist/react-redux.mjs' inplace of 'https://unpkg.com/react-redux@9.1.2/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
Screenshots:
Broken Redux & React-Redux Links:
New Versions:
The text was updated successfully, but these errors were encountered: