Skip to content

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

Open
@mayukhkchanda

Description

@mayukhkchanda

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

Screenshots:
Broken Redux & React-Redux Links:
image

New Versions:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions