-
Hi! I am using an old version of the library on my project (version I have the next line on my project:
Updating to the latest version I am getting the next error:
I have been checking and this import works until the version The weird thing is that the type file is in there and exporting that interface. Checking the changes between that version an the next one I am not really able to get what has changed to make this fail. Do you know what is going on? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
just tried this in a codesandbox and I can import https://codesandbox.io/s/ecstatic-morning-brgd1?file=/pages/index.tsx So that would be a "cannot reproduce" from my side 🤷 |
Beta Was this translation helpful? Give feedback.
just tried this in a codesandbox and I can import
DefaultOptions
either directly fromreact-query
(preferred) or from the path you've shown on the latest RQ version:https://codesandbox.io/s/ecstatic-morning-brgd1?file=/pages/index.tsx
So that would be a "cannot reproduce" from my side 🤷