react-fetching-library icon indicating copy to clipboard operation
react-fetching-library copied to clipboard

UseMutationResponse is not exported

Open sjiep opened this issue 5 years ago • 0 comments

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.

sjiep avatar Aug 13 '20 14:08 sjiep