Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redux-Form Simple Form Example using broken Redux & React-Redux CDN links #86

Open
mayukhkchanda opened this issue Jul 16, 2024 · 0 comments

Comments

@mayukhkchanda
Copy link

mayukhkchanda commented Jul 16, 2024

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:
image

New Versions:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant