Skip to content

Feature/add translation into application #48

Feature/add translation into application

Feature/add translation into application #48

Triggered via pull request March 23, 2024 18:53
Status Failure
Total duration 45s
Artifacts

canopeum_frontend.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 warnings
Build
'siteId' is declared but its value is never read.
Build
Process completed with exit code 2.
Lint: canopeum_frontend/src/i18n.ts#L1
Using exported name 'i18n' as identifier for default export
Lint: canopeum_frontend/src/i18n.ts#L6
Caution: `i18n` also has a named export `use`. Check if you meant to write `import {use} from 'i18next'` instead
Lint
Process completed with exit code 1.
Lint: canopeum_frontend/src/components/context/AuthenticationContext.tsx#L4
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components