-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathts-errors.txt
More file actions
151 lines (151 loc) · 15.3 KB
/
ts-errors.txt
File metadata and controls
151 lines (151 loc) · 15.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
app/[...page]/page.tsx(20,7): error TS6133: 'blurDataUrl' is declared but its value is never read.
app/api/revalidate-archive/route.ts(4,28): error TS6133: 'req' is declared but its value is never read.
app/archive/page.tsx(87,3): error TS6133: 'section' is declared but its value is never read.
app/components/BannerTop.tsx(1,18): error TS6133: 'Section' is declared but its value is never read.
app/components/BlurDataImage.tsx(8,2): error TS6133: 'objectFit' is declared but its value is never read.
app/components/Calendar.tsx(2,26): error TS2307: Cannot find module '@fullcalendar/react' or its corresponding type declarations.
app/components/Calendar.tsx(3,31): error TS2307: Cannot find module '@fullcalendar/interaction' or its corresponding type declarations.
app/components/Calendar.tsx(4,28): error TS2307: Cannot find module '@fullcalendar/timegrid' or its corresponding type declarations.
app/components/Calendar.tsx(5,27): error TS2307: Cannot find module '@fullcalendar/daygrid' or its corresponding type declarations.
app/components/Calendar.tsx(18,6): error TS6196: 'EventMap' is declared but never used.
app/components/Calendar.tsx(71,17): error TS7006: Parameter 'info' implicitly has an 'any' type.
app/components/Calendar.tsx(80,25): error TS7006: Parameter 'dayCell' implicitly has an 'any' type.
app/components/Dashboard.tsx(20,9): error TS6133: 'router' is declared but its value is never read.
app/components/Dashboard.tsx(65,11): error TS2322: Type '({ cats }: { cats: Category[]; }) => Element' is not assignable to type 'ComponentType'.
Type '({ cats }: { cats: Category[]; }) => Element' is not assignable to type 'FunctionComponent<{}>'.
Types of parameters '__0' and 'props' are incompatible.
Property 'cats' is missing in type '{}' but required in type '{ cats: Category[]; }'.
app/components/EventAside.tsx(1,17): error TS2305: Module '"@/lib/types"' has no exported member 'EventSidebar'.
app/components/EventAside.tsx(2,26): error TS2307: Cannot find module '@/app/components/CompanyPlace' or its corresponding type declarations.
app/components/EventListCurrent.tsx(9,6): error TS6196: 'EventMap' is declared but never used.
app/components/EventListCurrent.tsx(74,2): error TS6133: 'id' is declared but its value is never read.
app/components/FeaturedEvents.tsx(71,2): error TS6133: 'id' is declared but its value is never read.
app/components/FeaturedEvents.tsx(72,2): error TS6133: 'summary' is declared but its value is never read.
app/components/FeaturedEvents.tsx(73,2): error TS6133: 'path' is declared but its value is never read.
app/components/FeaturedEvents.tsx(75,2): error TS6133: 'price' is declared but its value is never read.
app/components/FeaturedEvents.tsx(79,2): error TS6133: 'start_date' is declared but its value is never read.
app/components/FeaturedEvents.tsx(80,2): error TS6133: 'end_date' is declared but its value is never read.
app/components/FeaturedSwiper.tsx(13,2): error TS6133: 'view' is declared but its value is never read.
app/components/FeaturedSwiper.tsx(14,2): error TS6133: 'gap' is declared but its value is never read.
app/components/FeaturedSwiper.tsx(61,2): error TS6133: 'id' is declared but its value is never read.
app/components/FeaturedSwiper.tsx(62,2): error TS6133: 'summary' is declared but its value is never read.
app/components/FeaturedSwiper.tsx(63,2): error TS6133: 'path' is declared but its value is never read.
app/components/Footer.tsx(2,1): error TS6133: 'React' is declared but its value is never read.
app/components/Footer.tsx(12,49): error TS2503: Cannot find namespace 'JSX'.
app/components/Icon.tsx(2,1): error TS6133: 'React' is declared but its value is never read.
app/components/Icon.tsx(43,3): error TS6133: 'label' is declared but its value is never read.
app/components/Icon.tsx(48,9): error TS6133: 'componentName' is declared but its value is never read.
app/components/IntroCards.tsx(7,2): error TS6133: 'pagination' is declared but its value is never read.
app/components/IntroCards.tsx(8,2): error TS6133: 'route' is declared but its value is never read.
app/components/IntroCards.tsx(9,2): error TS6133: 'path' is declared but its value is never read.
app/components/List.tsx(2,8): error TS6133: 'React' is declared but its value is never read.
app/components/Nav.tsx(1,1): error TS6133: 'NavModal' is declared but its value is never read.
app/components/Nav.tsx(2,10): error TS6133: 'MenuItem' is declared but its value is never read.
app/components/NavDrawer.tsx(2,17): error TS6133: 'useEffect' is declared but its value is never read.
app/components/NavDrawer.tsx(2,28): error TS6133: 'useRef' is declared but its value is never read.
app/components/NavDrawer.tsx(5,10): error TS6133: 'FaXmark' is declared but its value is never read.
app/components/NavDrawer.tsx(50,13): error TS6133: 'display' is declared but its value is never read.
app/components/NavDrawer.tsx(60,45): error TS6133: 'id' is declared but its value is never read.
app/components/NavLink.tsx(2,1): error TS6133: 'React' is declared but its value is never read.
app/components/NavLink.tsx(28,22): error TS6133: 'session' is declared but its value is never read.
app/components/NavLink.tsx(57,15): error TS6133: 'e' is declared but its value is never read.
app/components/NavModal.tsx(6,10): error TS6133: 'MenuItem' is declared but its value is never read.
app/components/NavModal.tsx(7,29): error TS6133: 'useWindowListener' is declared but its value is never read.
app/components/NavModal.tsx(14,19): error TS6133: 'ref' is declared but its value is never read.
app/components/NavModal.tsx(47,13): error TS6133: 'display' is declared but its value is never read.
app/components/NavModal.tsx(57,45): error TS6133: 'id' is declared but its value is never read.
app/components/NavModal.tsx(79,6): error TS6196: 'SetVisibleType' is declared but never used.
app/components/RichPageContentRender.tsx(1,1): error TS6133: 'React' is declared but its value is never read.
app/components/RichPageContentRender.tsx(3,2): error TS6133: 'ContentBlock' is declared but its value is never read.
app/components/RichPageContentRender.tsx(4,2): error TS6133: 'IImage' is declared but its value is never read.
app/components/RichPageContentRender.tsx(5,2): error TS6133: 'IContentType' is declared but its value is never read.
app/components/RichPageContentRender.tsx(17,2): error TS6133: 'className' is declared but its value is never read.
app/components/SVG.tsx(1,1): error TS6133: 'React' is declared but its value is never read.
app/components/SocialShareLinks.tsx(16,3): error TS6133: 'title' is declared but its value is never read.
app/components/SubLink.tsx(16,2): error TS6133: 'id' is declared but its value is never read.
app/components/SubLink.tsx(18,2): error TS6133: 'parentSlug' is declared but its value is never read.
app/components/SubLink.tsx(25,10): error TS6133: 'activeSubmenuId' is declared but its value is never read.
app/components/TagList.tsx(7,23): error TS6133: 'index' is declared but its value is never read.
app/components/ThemeToggle.tsx(6,37): error TS6133: 'type' is declared but its value is never read.
app/components/UL.tsx(2,10): error TS6133: 'MenuItem' is declared but its value is never read.
app/components/UL.tsx(9,2): error TS6133: 'page' is declared but its value is never read.
app/components/UlPageContent.tsx(3,10): error TS6133: 'MenuItem' is declared but its value is never read.
app/components/UlPageContent.tsx(7,2): error TS6133: 'type' is declared but its value is never read.
app/components/UlPageContentAnchors.tsx(13,2): error TS6133: 'type' is declared but its value is never read.
app/dashboard/[resource]/page.tsx(11,20): error TS6133: 'isLoggedIn' is declared but its value is never read.
app/dashboard/[resource]/page.tsx(11,32): error TS6133: 'webId' is declared but its value is never read.
app/not-found.tsx(1,1): error TS6133: 'Metadata' is declared but its value is never read.
app/page.tsx(24,28): error TS6133: 'tags' is declared but its value is never read.
app/solid/Archive.tsx(6,3): error TS6133: 'getSolidDataset' is declared but its value is never read.
app/solid/Archive.tsx(7,3): error TS6133: 'getContainedResourceUrlAll' is declared but its value is never read.
app/solid/ArchiveItem.tsx(3,1): error TS6133: 'EditFileForm' is declared but its value is never read.
app/solid/ArchiveItem.tsx(4,27): error TS6133: 'getThing' is declared but its value is never read.
app/solid/ArchiveItem.tsx(5,1): error TS6133: 'ViewMode' is declared but its value is never read.
app/solid/ArchiveItem.tsx(18,10): error TS6133: 'mode' is declared but its value is never read.
app/solid/ArchiveItem.tsx(18,16): error TS6133: 'setMode' is declared but its value is never read.
app/solid/EditDescription.tsx(6,3): error TS6133: 'setStringNoLocale' is declared but its value is never read.
app/solid/EditFileForm.tsx(13,3): error TS6133: 'setBoolean' is declared but its value is never read.
app/solid/EditFileForm.tsx(18,1): error TS6133: 'EditDescription' is declared but its value is never read.
app/solid/EditFileForm.tsx(20,1): error TS6133: 'uploadFile' is declared but its value is never read.
app/solid/EditFileForm.tsx(24,7): error TS6133: 'DC' is declared but its value is never read.
app/solid/EditFileForm.tsx(44,3): error TS6133: 'onSave' is declared but its value is never read.
app/solid/EditFileForm.tsx(51,10): error TS6133: 'status' is declared but its value is never read.
app/solid/EditFileForm.tsx(54,11): error TS6133: 'session' is declared but its value is never read.
app/solid/EditFileForm.tsx(55,10): error TS6133: 'visibility' is declared but its value is never read.
app/solid/EditFileForm.tsx(55,22): error TS6133: 'setVisibility' is declared but its value is never read.
app/solid/EditFileForm.tsx(57,9): error TS6133: 'uploadsFolder' is declared but its value is never read.
app/solid/EditFileForm.tsx(78,9): error TS6133: 'handleThingUpdate' is declared but its value is never read.
app/solid/EditFileUploader.tsx(12,3): error TS6133: 'ALLOWED_IMAGE_TYPES' is declared but its value is never read.
app/solid/EditFileUploader.tsx(13,3): error TS6133: 'ALLOWED_DOC_TYPES' is declared but its value is never read.
app/solid/EditFileUploader.tsx(31,3): error TS6133: 'dataset' is declared but its value is never read.
app/solid/EditFileUploader.tsx(37,3): error TS6133: 'label' is declared but its value is never read.
app/solid/FileInputUpload.tsx(6,3): error TS6133: 'ALLOWED_IMAGE_TYPES' is declared but its value is never read.
app/solid/FileInputUpload.tsx(7,3): error TS6133: 'ALLOWED_DOC_TYPES' is declared but its value is never read.
app/solid/Intro.tsx(5,24): error TS2307: Cannot find module '@/app/solid/CreateResourceForm' or its corresponding type declarations.
app/solid/Intro.tsx(43,12): error TS2741: Property 'categories' is missing in type '{ welcome: false | (Element | null)[]; profile: FC; archive: FC; newarchive: any; }' but required in type 'TabComponentProps'.
app/solid/LogoutButton.tsx(6,11): error TS6133: 'session' is declared but its value is never read.
app/solid/NewArchive.tsx(6,10): error TS6133: 'EditorContent' is declared but its value is never read.
app/solid/NewArchive.tsx(17,16): error TS6133: 'setDate' is declared but its value is never read.
app/solid/NewArchive.tsx(24,28): error TS6133: 'setAllowAnnotations' is declared but its value is never read.
app/solid/NewArchive.tsx(27,9): error TS6133: 'editor' is declared but its value is never read.
app/solid/PublicViewMode.tsx(39,23): error TS6133: 'value' is declared but its value is never read.
app/solid/TabComponent.tsx(22,23): error TS6133: 'webId' is declared but its value is never read.
app/solid/TabComponent.tsx(35,53): error TS2769: No overload matches this call.
Overload 1 of 2, '(props: {}): string | number | bigint | boolean | ReactElement<unknown, string | JSXElementConstructor<any>> | Iterable<ReactNode> | Promise<...> | Component<...> | null | undefined', gave the following error.
Type '{ cats: Category[] | undefined; }' is not assignable to type 'IntrinsicAttributes'.
Property 'cats' does not exist on type 'IntrinsicAttributes'.
Overload 2 of 2, '(props: {}, context?: any): string | number | bigint | boolean | ReactElement<unknown, string | JSXElementConstructor<any>> | Iterable<ReactNode> | Promise<...> | Component<...> | null | undefined', gave the following error.
Type '{ cats: Category[] | undefined; }' is not assignable to type 'IntrinsicAttributes'.
Property 'cats' does not exist on type 'IntrinsicAttributes'.
app/solid/ViewMode.tsx(26,23): error TS6133: 'value' is declared but its value is never read.
app/terms-and-conditions/page.tsx(3,1): error TS6133: 'BannerTop' is declared but its value is never read.
app/terms-and-conditions/page.tsx(19,7): error TS6133: 'page' is declared but its value is never read.
app/terms-and-conditions/page.tsx(20,7): error TS6133: 'blurDataUrl' is declared but its value is never read.
lib/clientFunctions.tsx(2,8): error TS6133: 'React' is declared but its value is never read.
lib/clientFunctions.tsx(9,2): error TS6133: 'ListBlock' is declared but its value is never read.
lib/clientFunctions.tsx(10,2): error TS6133: 'ListItemNode' is declared but its value is never read.
lib/clientFunctions.tsx(11,2): error TS6133: 'HeadingBlock' is declared but its value is never read.
lib/clientFunctions.tsx(167,10): error TS6133: 'renderTextNode' is declared but its value is never read.
lib/clientFunctions.tsx(197,2): error TS6133: 'formRef' is declared but its value is never read.
lib/clientFunctions.tsx(234,11): error TS6196: 'TiptapBlockNode' is declared but never used.
lib/functions.tsx(4,2): error TS6133: 'CreateMembershipResponseAction' is declared but its value is never read.
lib/sessionContext.tsx(7,3): error TS6133: 'logout' is declared but its value is never read.
lib/sessionContext.tsx(14,23): error TS6133: 'SCHEMA_INRUPT' is declared but its value is never read.
lib/sessionContext.tsx(35,10): error TS6133: 'email' is declared but its value is never read.
lib/solid/serverSanitise.ts(63,16): error TS6133: 'streamToBuffer' is declared but its value is never read.
lib/solidFunctions.ts(9,7): error TS6133: 'FOAF' is declared but its value is never read.
lib/types.ts(3,2): error TS6133: 'ContentBlock' is declared but its value is never read.
lib/types.ts(4,2): error TS6133: 'IContentType' is declared but its value is never read.
lib/types.ts(7,38): error TS2307: Cannot find module '@/lib/userTypes' or its corresponding type declarations.
lib/uploadAvatar.ts(2,3): error TS6133: 'getSolidDataset' is declared but its value is never read.
lib/uploadAvatar.ts(5,3): error TS6133: 'setAgentResourceAccess' is declared but its value is never read.
lib/uploadAvatar.ts(6,3): error TS6133: 'setPublicResourceAccess' is declared but its value is never read.
lib/uploadAvatar.ts(7,3): error TS6133: 'saveAclFor' is declared but its value is never read.
lib/uploadAvatar.ts(8,3): error TS6133: 'WithResourceInfo' is declared but its value is never read.
lib/uploadAvatar.ts(9,3): error TS6133: 'createAcl' is declared but its value is never read.
lib/uploadAvatar.ts(10,3): error TS6133: 'WithAccessibleAcl' is declared but its value is never read.
lib/utils.ts(30,7): error TS6133: 'url' is declared but its value is never read.
lib/utils.ts(32,2): error TS6133: 'address' is declared but its value is never read.
lib/utils.ts(33,2): error TS6133: 'contact' is declared but its value is never read.
lib/utils.ts(35,2): error TS6133: 'geolocation' is declared but its value is never read.
lib/utils.ts(161,8): error TS6133: 'strTime' is declared but its value is never read.