Skip to content

Fix openinghours editor in admin #49

Fix openinghours editor in admin

Fix openinghours editor in admin #49

Triggered via pull request March 22, 2024 14:14
Status Success
Total duration 51s
Artifacts

pr_build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: public/worker.js#L3
'e' is defined but never used
lint: public/worker.js#L7
'e' is defined but never used
lint: src/admin/DataTable.tsx#L1
'sort' is defined but never used
lint: src/admin/DataTable.tsx#L81
Unexpected any. Specify a different type
lint: src/admin/DataTable.tsx#L84
Unexpected any. Specify a different type
lint: src/admin/DataTable.tsx#L88
Unexpected any. Specify a different type
lint: src/admin/DataTable.tsx#L125
'getSortIndicator' is assigned a value but never used
lint: src/admin/DataTable.tsx#L132
'changeSort' is assigned a value but never used
lint: src/admin/DataTable.tsx#L133
The reactive variable 'state' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function. Details: https://github.com/solidjs-community/eslint-plugin-solid/blob/main/docs/reactivity.md
lint: src/admin/DataTable.tsx#L163
This tracked scope should not be async. Solid's reactivity only tracks synchronously