Cannot find module '@tanstack/react-query'
someone can help me ?
My error :
webpack compiled with 1 error and 1 warning
ERROR in src/pages/Radar/useFilterRadar.tsx:1:26
TS2307: Cannot find module '@tanstack/react-query' or its corresponding type declarations.
1 | import { useQuery } from '@tanstack/react-query';| ^^^^^^^^^^^^^^^^^^^^^^^
2 | import { useState } from 'react';
3 |
4 | import getCategories from '../../api/getCategories';
The version :
"@tanstack/react-query": "^4.36.1",