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
While technically meta can be undefined when not used (to save space).
Making it optional means every time you use it you need to check if it is undefined.
And since you use it, you assume that your specific action will have meta defined.
The same argument as redux-utilities/flux-standard-action#53
0 commit comments