-
At first glance I don't see a tsconf here, is there a typescript support story for this? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
React Query is not written in TS, but there are community types in Definitely Typed that you can reference. |
Beta Was this translation helpful? Give feedback.
-
There is an active PR for updating DefinitelyTyped/DefinitelyTyped#42830 Until that is merged/released, you can add the following code to a declare module 'react-query' {
...
} |
Beta Was this translation helpful? Give feedback.
-
@mskelton I will check out the community types thanks for the pointers 😄 |
Beta Was this translation helpful? Give feedback.
-
FYI #362 |
Beta Was this translation helpful? Give feedback.
@mskelton I will check out the community types thanks for the pointers 😄