fiberplane / fpx

Supercharge your local development
https://fiberplane.dev
MIT License
43 stars 1 forks source link

Update react-query #74

Closed actualwitch closed 1 month ago

actualwitch commented 1 month ago

we were using old version of react-query, i updated it and made some changes to existing code in accordance with the changes to the package: it uses isPending now instead of isLoading, isError is included in useQuery and query keys are passes as property on the object. note: i did not do comprehensive testing to check that everything works as expected, will do this before merging