Onboarding and settings refactor to React #1786
Annotations
6 errors
eslint:
src/js/settings/components/classifai-onboarding/enable-features.js#L26
'React' is not defined
|
eslint:
src/js/settings/components/header/index.js#L130
'React' is not defined
|
eslint:
src/js/settings/components/header/index.js#L139
The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid 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/js/settings/data/hooks.js#L19
React Hook "useSelect" is called in function "getFeatureSettings" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
eslint:
src/js/settings/data/hooks.js#L25
React Hook "useSelect" is called in function "getIsSaving" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
eslint
Process completed with exit code 1.
|