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
I'm updating from 1.5 to 1.7 and have a function that returns an object of type UseMutationResponse. However this type doesn't seem to be exported by the library, i.e. TS2459: Module '"../../../node_modules/react-fetching-library/lib"' declares 'UseMutationResponse' locally, but it is not exported.
Is this an oversight? Since UseQueryResponse actually is exported and usable within a project.
The text was updated successfully, but these errors were encountered:
I'm updating from 1.5 to 1.7 and have a function that returns an object of type
UseMutationResponse
. However this type doesn't seem to be exported by the library, i.e.TS2459: Module '"../../../node_modules/react-fetching-library/lib"' declares 'UseMutationResponse' locally, but it is not exported.
Is this an oversight? Since
UseQueryResponse
actually is exported and usable within a project.The text was updated successfully, but these errors were encountered: