-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patherrors.txt
More file actions
10 lines (10 loc) · 2.07 KB
/
Copy patherrors.txt
File metadata and controls
10 lines (10 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
src/components/Minimap.tsx(68,47): error TS2552: Cannot find name 'MAX_RADIUS'. Did you mean 'maxRadius'?
src/components/Minimap.tsx(69,47): error TS2552: Cannot find name 'MAX_RADIUS'. Did you mean 'maxRadius'?
src/components/Minimap.tsx(71,5): error TS2304: Cannot find name 'setTarget'.
src/components/Minimap.tsx(74,32): error TS2552: Cannot find name 'MAX_RADIUS'. Did you mean 'maxRadius'?
src/components/Minimap.tsx(75,32): error TS2552: Cannot find name 'MAX_RADIUS'. Did you mean 'maxRadius'?
src/components/Minimap.tsx(86,35): error TS2552: Cannot find name 'MAX_RADIUS'. Did you mean 'maxRadius'?
src/components/Minimap.tsx(87,34): error TS2552: Cannot find name 'MAX_RADIUS'. Did you mean 'maxRadius'?
src/components/Minimap.tsx(117,35): error TS2552: Cannot find name 'MAX_RADIUS'. Did you mean 'maxRadius'?
src/components/Minimap.tsx(118,34): error TS2552: Cannot find name 'MAX_RADIUS'. Did you mean 'maxRadius'?
src/components/Timeline.tsx(1,25): error TS2307: Cannot find module 'react-slider' or its corresponding type declarations.