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
This means you don't have to write or use a separate action type variable, or repeat the name and value of an action type like `const SOME_ACTION_TYPE = "SOME_ACTION_TYPE"`.
302
302
303
-
If you want to use one of these action creators in a switch statement, you need to call`actionCreator.type` yourself:
303
+
If you want to use one of these action creators in a switch statement, you need to reference`actionCreator.type` yourself:
0 commit comments