reduxjs / redux

A JS library for predictable global state management
https://redux.js.org
MIT License
60.51k stars 15.26k forks source link

Redux core example app not working #4658

Closed CptGeo closed 4 months ago

CptGeo commented 4 months ago

What docs page needs to be fixed?

What is the problem?

The demo application is not working because the script src is broken.

What should be changed to fix the problem?

Update the script src to a valid url for redux@latest

markerikson commented 4 months ago

Yeah, I just updated the sandbox to point to the proper ESM module file - it should be working now. (Unfortunately, CodeSandbox also doesn't seem to be highlighting JS code in a <script type="module"> in the embed - I've filed https://github.com/codesandbox/codesandbox-client/issues/8259 for that.)

Thanks!