Migrating react-query v3 to tanstack-query v4
Im almost finishing this migration process
Right now the problem im having is on the getChanges function:
Deleting the undefined value solves this error highlighting but the fetch of the data fails.
Am I missing something ?
2 Replies
Quick Start | TanStack Query React Docs
This code snippet very briefly illustrates the 3 core concepts of React Query:
Queries
ohhhhhhh. Thank you so much for this :PES_Facepalm:
Ive migrated another project from v4 to v5 and but on this project got so stuck on other problems that completely oversaw this. Thanks :prayge:
I thought that was only on v5 since v4 migration guide only mentions:
:aPES_Think: