Eugene Dzhumak
Results
12
issues of
Eugene Dzhumak
It would be better than copy-pasting the source code into projects. :)
https://github.com/redux-saga/saga-query/blob/fe762d6bbcbb4215baa90b817ebcaa3b044c6c21/src/react.ts#L195 Currently `useApi` doesn't provide a reference to the `loader`, but rather all it's properties. https://github.com/redux-saga/saga-query/blob/fe762d6bbcbb4215baa90b817ebcaa3b044c6c21/src/react.ts#L116 Should we fix this exporting the `loader` instead of spreading it? It will be...