Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Improvements

Improvements #246

Triggered via pull request February 3, 2025 19:10
Status Failure
Total duration 35s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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"