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
line 36 dispatch({ type: USER_ACTION_TYPES.SET_CURRENT_USER, currentUser: user });
should be
dispatch({ type: USER_ACTION_TYPES.SET_CURRENT_USER, payload: user });
The text was updated successfully, but these errors were encountered:
chonsawat
added a commit
to chonsawat/crwn-clothing-v2
that referenced
this issue
Apr 27, 2023
line 36 dispatch({ type: USER_ACTION_TYPES.SET_CURRENT_USER, currentUser: user });
should be
dispatch({ type: USER_ACTION_TYPES.SET_CURRENT_USER, payload: user });
The text was updated successfully, but these errors were encountered: