reduxjs / redux

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

Fix counter vanilla example #4657

Closed iqingting closed 4 months ago

iqingting commented 4 months ago

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

codesandbox-ci[bot] commented 4 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 4 months ago

Thanks!