Skip to content

Feat/users page

Feat/users page #186

Triggered via pull request July 27, 2024 15:26
Status Success
Total duration 1m 5s
Artifacts

checks.yaml

on: pull_request
checks  /  Lint, typecheck
55s
checks / Lint, typecheck
Fit to window
Zoom out
Zoom in

Annotations

26 errors and 5 warnings
(react-hooks/exhaustive-deps): React Hook useEffect has missing dependencies: 'organizationMembersLimit', 'organizationsLimit', 'setMembersData', 'setOrganizationsData', and 'toast'. Either include them or remove the dependency array.: app/fragments/app-member-cards-grid/src/member-cards-grid.hook.ts#L26
React Hook useEffect has missing dependencies: 'organizationMembersLimit', 'organizationsLimit', 'setMembersData', 'setOrganizationsData', and 'toast'. Either include them or remove the dependency array.
(arrow-body-style): Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`.: ui/layout/src/grid/grid.component.tsx#L24
Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`.
(react-hooks/exhaustive-deps): React Hook useEffect has a missing dependency: 'setFormattedTime'. Either include it or remove the dependency array. If 'setFormattedTime' changes too often, find the parent component that defines it and wrap that definition in useCallback.: app/fragments/app-member-card/src/image-group/timer/timer.hook.ts#L19
React Hook useEffect has a missing dependency: 'setFormattedTime'. Either include it or remove the dependency array. If 'setFormattedTime' changes too often, find the parent component that defines it and wrap that definition in useCallback.
(react-hooks/rules-of-hooks): React Hook "useEffect" cannot be called at the top level. React Hooks must be called in a React function component or a custom React Hook function.: app/fragments/app-member-card/src/image-group/timer/timer.hooks.ts#L4
React Hook "useEffect" cannot be called at the top level. React Hooks must be called in a React function component or a custom React Hook function.
(react-hooks/rules-of-hooks): React Hook "useEffect" cannot be called at the top level. React Hooks must be called in a React function component or a custom React Hook function.: app/fragments/app-member-card/src/image-group/timer/timer.hooks.ts#L11
React Hook "useEffect" cannot be called at the top level. React Hooks must be called in a React function component or a custom React Hook function.
(null): Unused eslint-disable directive (no problems were reported).: ui/icons/src/TimerIcon.tsx#L4
Unused eslint-disable directive (no problems were reported).