Build a homegrown Accordion Component #260
Annotations
6 errors and 1 warning
lint:
src/components/schedule-for-stop/RouteScheduleTable.svelte#L3
'AccordionItem' is defined but never used
|
lint:
src/components/schedule-for-stop/RouteScheduleTable.svelte#L7
Component has unused export property 'expanded'. If it is for external reference only, please consider using `export const expanded`(unused-export-let)
|
lint:
src/components/schedule-for-stop/RouteScheduleTable.svelte#L11
'handleToggle' is defined but never used
|
lint:
src/routes/stops/[stopID]/schedule/+page.svelte#L121
'toggleAccordion' is defined but never used
|
lint:
src/routes/stops/[stopID]/schedule/+page.svelte#L170
'index' is defined but never used
|
lint
Process completed with exit code 1.
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|