I'm trying to update the react-query-kit version from 2.0.7 to 2.0.8 but I have the following error in the build
The requested module '@tanstack/react-query' does not provide an export named 'useSuspenseQuery'. I'm also using "@tanstack/react-query": "4.36.1".
Is there a way to fix this issue? Should I update the version of tanstack/react-query?
I'm trying to update the react-query-kit version from
2.0.7
to2.0.8
but I have the following error in the buildThe requested module '@tanstack/react-query' does not provide an export named 'useSuspenseQuery'
. I'm also using"@tanstack/react-query": "4.36.1"
.Is there a way to fix this issue? Should I update the version of tanstack/react-query?