Skip to content

Feat/get organizations data #162

Feat/get organizations data

Feat/get organizations data #162

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

checks.yaml

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

Annotations

27 errors and 7 warnings
(react-hooks/exhaustive-deps): React Hook useEffect has a missing dependency: 'errorMessageDispatch'. Either include it or remove the dependency array. If 'errorMessageDispatch' changes too often, find the parent component that defines it and wrap that definition in useCallback.: ui/error-message/src/error-message.component.tsx#L33
React Hook useEffect has a missing dependency: 'errorMessageDispatch'. Either include it or remove the dependency array. If 'errorMessageDispatch' changes too often, find the parent component that defines it and wrap that definition in useCallback.
(react-hooks/exhaustive-deps): React Hook useEffect has missing dependencies: 'errorMessageDispatch', 'initMembersCount', 'membersData', and 'organizationId'. Either include them or remove the dependency array.: app/fragments/app-users-modal/src/users-modal.component.tsx#L63
React Hook useEffect has missing dependencies: 'errorMessageDispatch', 'initMembersCount', 'membersData', and 'organizationId'. Either include them or remove the dependency array.
(null): Unused eslint-disable directive (no problems were reported from 'react-hooks/exhaustive-deps').: ui/error-message/src/error-message.component.tsx#L29
Unused eslint-disable directive (no problems were reported from 'react-hooks/exhaustive-deps').