alan2207 / bulletproof-react

🛡️ ⚛️ A simple, scalable, and powerful architecture for building production ready React applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React query v3 package needs to be upgraded to latest v4

kedarpethe37 opened this issue · comments

React query has changed to Tanstack\react-query v4 and brings lots of new APIs and improvements. Old code referring react-query needs to be updated to new API.

This repo depends on react-query-auth which still depends on React Query v3

Apperantly there is a PR for react-query-auth to migrate it to React Query v4. This is the PR.