Search code examples
reactjsimporterrorreact-query

Could not find a declaration file for module 'react-query'


I am refactoring a piece of code and it shows this type of error whenever I try to import "react-query


Solution

  • I ran into the same thing and had to downgrade to version 3.

    npm i react-query@3
    

    Or for 4+

    npm i @tanstack/react-query