-
Notifications
You must be signed in to change notification settings - Fork 7
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
useMutation first parameter type error #1175
Comments
The issue with this error is that I tried to override the Next idea is that to create a One other solution is to check if a @isBatak @DarkoKukovec @doroz0 what you say on all of this? |
I didn't notice many places where we're using the request method internally. I changed this behavior and updated a test that failed, and everything seems to be working fine? |
Thanks a lot, @DarkoKukovec :D Would this be considered a breaking change if we are throwing errors? |
Yeah, I guess so... 🤔 |
Used libraries
core, jsonapi, swr
Library version(s)
@datx/core 2.5.1, @datx/jsonapi 2.5.1, @datx/swr 2.5.1
Sample API response (if relevant)
No response
Environments with the issue
All
Environments without the issue
No response
Current behavior
Expected behavior
No errors
Reproduction steps
You can try it out at https://github.com/doroz0/soc-net-clone-nextjs, just remove the `as any` (https://github.com/doroz0/soc-net-clone-nextjs/blob/main/src/pages/index.tsx#L24)
The text was updated successfully, but these errors were encountered: