You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the library, but when I try to reference it, I get the following message :
Severity Code Description Project File Line Suppression State
Error TS7016 (TS) Could not find a declaration file for module '@trendmicro/react-sidenav'. 'C:/Users/LENOVO/source/repos/SideBarMenu/SideBarMenu/ClientApp/node_modules/@trendmicro/react-sidenav/lib/index.js' implicitly has an 'any' type.
Try npm install @types/trendmicro__react-sidenav if it exists or add a new declaration (.d.ts) file containing declare module '@trendmicro/react-sidenav'; C:\Users\LENOVO\source\repos\SideBarMenu\SideBarMenu\ClientApp (tsconfig or jsconfig project) C:\Users\LENOVO\source\repos\SideBarMenu\SideBarMenu\ClientApp\src\App.tsx 8
In short : I can't access to @trendmicro/react-sidenav
The text was updated successfully, but these errors were encountered:
I installed the library, but when I try to reference it, I get the following message :
Severity Code Description Project File Line Suppression State
Error TS7016 (TS) Could not find a declaration file for module '@trendmicro/react-sidenav'. 'C:/Users/LENOVO/source/repos/SideBarMenu/SideBarMenu/ClientApp/node_modules/@trendmicro/react-sidenav/lib/index.js' implicitly has an 'any' type.
Try
npm install @types/trendmicro__react-sidenav
if it exists or add a new declaration (.d.ts) file containingdeclare module '@trendmicro/react-sidenav';
C:\Users\LENOVO\source\repos\SideBarMenu\SideBarMenu\ClientApp (tsconfig or jsconfig project) C:\Users\LENOVO\source\repos\SideBarMenu\SideBarMenu\ClientApp\src\App.tsx 8In short : I can't access to @trendmicro/react-sidenav
The text was updated successfully, but these errors were encountered: