Skip to content

Feat/get organizations data #161

Feat/get organizations data

Feat/get organizations data #161

Triggered via pull request July 15, 2024 12:08
Status Success
Total duration 1m 2s
Artifacts

checks.yaml

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

Annotations

17 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#L30
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#L26
Unused eslint-disable directive (no problems were reported from 'react-hooks/exhaustive-deps').