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
import {useSelector, useDispatch} from 'react-redux';
and i want use 'useDispatch' and abandon 'connect' for redux, but after i use 'redux-actions', and i change reducer, i can't use 'useDispatch', What shall I do?