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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite Redux core error messages #4055

Merged
merged 4 commits into from Apr 2, 2021
Merged

Commits on Apr 2, 2021

  1. Copy the full SHA
    b2b350a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fc3d52f View commit details
    Browse the repository at this point in the history
  3. Rewrite Redux error messages

    - Added miniature port of `kindOf` for better `typeof` descriptions
    - Used `kindOf` for all runtime type check errors
    - Inlined "slice reducer returned undefined" error message
    - Rewrote "actions must be plain objects" error message to show the
      actual variable type and added tests
    - Reworded a bunch of error messages
    - Added some additional docs links
    - Updated tests that check error messages
    markerikson committed Apr 2, 2021
    Copy the full SHA
    12e1682 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c83b014 View commit details
    Browse the repository at this point in the history