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 invalid data check in query/mutation fn #1975

Merged
merged 10 commits into from
Nov 13, 2024
Merged

Commits on Nov 11, 2024

  1. check specifically for undefined in data for throwing errors

    Evgenii Perminov committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    0604762 View commit details
    Browse the repository at this point in the history
  2. add changeset

    Evgenii Perminov committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    5dfdd6c View commit details
    Browse the repository at this point in the history
  3. add biome as default formatter for typescript react

    Evgenii Perminov committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    56bba9f View commit details
    Browse the repository at this point in the history
  4. improve data checks in query/mutation fns

    Evgenii Perminov committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9f8282b View commit details
    Browse the repository at this point in the history
  5. add tests

    Evgenii Perminov committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    371de60 View commit details
    Browse the repository at this point in the history
  6. test fix

    Evgenii Perminov committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d320d89 View commit details
    Browse the repository at this point in the history
  7. add hugeletters to contributs list of react-query package

    Evgenii Perminov committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e348b67 View commit details
    Browse the repository at this point in the history
  8. dont throw in mutations on undefined

    Evgenii Perminov committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a8f2fb0 View commit details
    Browse the repository at this point in the history
  9. fix changeset

    Evgenii Perminov committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2e06f7a View commit details
    Browse the repository at this point in the history
  10. fix mutation tests

    Evgenii Perminov committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    204d5fd View commit details
    Browse the repository at this point in the history