-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathts_errors.txt
More file actions
13 lines (13 loc) · 3.93 KB
/
Copy pathts_errors.txt
File metadata and controls
13 lines (13 loc) · 3.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
src/layout/auth-layout/auth-layout.tsx(148,8): error TS2786: 'ExtensionBanner' cannot be used as a JSX component.
Its return type 'false | Element | null' is not a valid JSX element.
Type 'boolean' is not assignable to type 'ReactElement<any, any>'.
src/modules/activity-log/components/activity-log-toobar/activity-log-toolbar.tsx(5,26): error TS7016: Could not find a declaration file for module 'lodash'. 'E:/Blocks/blocks-construct-react/node_modules/lodash/lodash.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/lodash` if it exists or add a new declaration (.d.ts) file containing `declare module 'lodash';`
src/modules/activity-log/hooks/use-infinite-scroll.ts(2,26): error TS7016: Could not find a declaration file for module 'lodash'. 'E:/Blocks/blocks-construct-react/node_modules/lodash/lodash.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/lodash` if it exists or add a new declaration (.d.ts) file containing `declare module 'lodash';`
src/modules/iam/components/iam-table/iam-table-toolbar.tsx(11,26): error TS7016: Could not find a declaration file for module 'lodash'. 'E:/Blocks/blocks-construct-react/node_modules/lodash/lodash.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/lodash` if it exists or add a new declaration (.d.ts) file containing `declare module 'lodash';`
src/modules/iam/components/iam-table/iam-table-toolbar.tsx(68,15): error TS7006: Parameter 'newFilters' implicitly has an 'any' type.
src/modules/task-manager/hooks/use-task-details.tsx(137,7): error TS2322: Type '"Language"' is not assignable to type 'keyof TaskItemUpdateInput'.
src/modules/task-manager/hooks/use-task-details.tsx(139,7): error TS2322: Type '"IsDeleted"' is not assignable to type 'keyof TaskItemUpdateInput'.
src/routes/route.tsx(1,1): error TS1208: 'route.tsx' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.