You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2025. It is now read-only.
The Redux connect function is technically still supported, but it is recommended in the official React Redux documentation to switch to the hooks API (useSelector, useDispatch, useStore, etc.) for simplicity and better functionality with TypeScript.