Redux core example app not working
CptGeo opened this issue · 1 comments
CptGeo commented
What docs page needs to be fixed?
- Section: Redux Core Example App
- Page: Redux overview
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
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!