Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make meta not optional #10

Merged
merged 1 commit into from
Apr 1, 2018
Merged

fix: make meta not optional #10

merged 1 commit into from
Apr 1, 2018

Commits on Apr 1, 2018

  1. fix: make meta not optional

    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
    unional committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    499591f View commit details
    Browse the repository at this point in the history