fix: improve responsiveness of the canary UI #4218
Annotations
10 warnings
eslint:
scripts/serve-build.js#L13
'appTypes' is assigned a value but never used
|
eslint:
scripts/serve-build.js#L40
Expected '===' and instead saw '=='
|
eslint:
scripts/serve-build.js#L40
Expected '===' and instead saw '=='
|
eslint:
src/api/types/playbooks.ts#L3
'HealthCheck' is defined but never used
|
eslint:
src/api/types/playbooks.ts#L6
'ElementType' is defined but never used
|
eslint:
src/components/Agents/AgentPage.tsx#L71
Missing "key" prop for element in array
|
eslint:
src/components/Agents/AgentPage.tsx#L72
Missing "key" prop for element in array
|
eslint:
src/components/Authentication/Kratos/KratosRecovery.tsx#L104
The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
|
eslint:
src/components/BreadcrumbNav/ConfigsDetailsBreadCrumb.tsx#L20
Missing "key" prop for element in array
|
eslint:
src/components/BreadcrumbNav/index.tsx#L2
'Children' is defined but never used
|