I am trying react-query with react with vite as my bundling tool.
When I try to import the ReactQueryDevtools from 'react-query' - I get the following build time error:
[vite] Internal server error: Failed to resolve import "react-query/devtools" from "src/main.jsx". Does the file exist?
I assume that ReactQueryDevtools is part of react-query right ?
I did some research and found this issue
but in this page some other error is shown.
Please help me guide in the correct direction