Open
Description
Description
At the moment, there is no way to retrieve a response from the useQuery
.
Proposal
Make a way to access the Response like:
const {reponse} = useQuery('path');
Extra
- I’m willing to open a PR (see CONTRIBUTING.md)
At the moment, there is no way to retrieve a response from the useQuery
.
Make a way to access the Response like:
const {reponse} = useQuery('path');