reduxjs / redux

A JS library for predictable global state management

Home Page:https://redux.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux core example app not working

CptGeo opened this issue · comments

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

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 codesandbox/codesandbox-client#8259 for that.)

Thanks!