This repository was archived by the owner on Jan 12, 2026. It is now read-only.
Improvements #246
Annotations
10 errors
|
ci:
src/components/display/formFooter/testConnectionResult.tsx#L47
Prefer `globalThis` over `window`
|
|
ci:
src/components/display/formFooter/testConnectionResult.tsx#L68
Prefer `globalThis` over `window`
|
|
ci:
src/components/display/lightboxImage/index.tsx#L65
Prefer `globalThis` over `window`
|
|
ci:
src/components/display/lightboxImage/index.tsx#L69
Prefer `globalThis` over `window`
|
|
ci:
src/components/display/tree/node.tsx#L27
React Hook "useTheme" is called in function "_TreeNode: FC<TreeNodeProps>" 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"
|
|
ci:
src/components/display/tree/node.tsx#L29
React Hook "usePluginSectionTableListKeyboardNavigation" is called in function "_TreeNode: FC<TreeNodeProps>" 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"
|
|
ci:
src/components/form/controls/controlTableSelectorField.tsx#L18
React Hook "useFormContext" is called in function "_PluginTableSelector" 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"
|
|
ci:
src/components/form/controls/controlTableSelectorField.tsx#L19
React Hook "usePluginContext" is called in function "_PluginTableSelector" 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"
|
|
ci:
src/components/form/controls/controlTableSelectorField.tsx#L20
React Hook "useWatch" is called in function "_PluginTableSelector" 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"
|
|
ci:
src/components/form/controls/controlTableSelectorField.tsx#L25
React Hook "useMemo" is called in function "_PluginTableSelector" 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"
|