reduxjs / redux

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

Fix counter vanilla example #4657

Closed iqingting closed 10 months ago

iqingting commented 10 months ago

As the UMD builds has been dropped from Redux 5.0, import redux.browser.mjs instead.

codesandbox-ci[bot] commented 10 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 856eb468e9d0bd2a2ac4de7cf8ae08d7462230e8:

Sandbox Source
Vanilla Typescript Configuration
timdorr commented 10 months ago

Thanks!