Upgrade to Eslint 9 #1128
Annotations
9 warnings
Upload coverage to Codecov
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
Run npm test:
__tests__/src/components/CanvasAnnotations.test.js#L18
Caution: `i18next` also has a named export `t`. Check if you meant to write `import {t} from 'i18next'` instead
|
Run npm test:
__tests__/src/components/ErrorContent.test.js#L14
Caution: `i18next` also has a named export `t`. Check if you meant to write `import {t} from 'i18next'` instead
|
Run npm test:
__tests__/src/components/SearchPanel.test.js#L71
Caution: `i18next` also has a named export `t`. Check if you meant to write `import {t} from 'i18next'` instead
|
Run npm test:
__tests__/src/components/WindowSideBarAnnotationsPanel.test.js#L14
Caution: `i18next` also has a named export `t`. Check if you meant to write `import {t} from 'i18next'` instead
|
Run npm test:
__tests__/src/components/WindowSideBarButtons.test.js#L11
Caution: `i18next` also has a named export `t`. Check if you meant to write `import {t} from 'i18next'` instead
|
Run npm test:
src/components/ManifestForm.js#L81
The autoFocus prop should not be used, as it can reduce usability and accessibility for users
|
Run npm test:
src/components/WindowViewSettings.js#L68
The autoFocus prop should not be used, as it can reduce usability and accessibility for users
|
Run npm test:
src/i18n.js#L53
Caution: `i18n` also has a named export `createInstance`. Check if you meant to write `import {createInstance} from 'i18next'` instead
|
Loading