Skip to content

Add participantTags and add sequence block tags when navigating through the sequence #341

Add participantTags and add sequence block tags when navigating through the sequence

Add participantTags and add sequence block tags when navigating through the sequence #341

Triggered via pull request November 5, 2024 22:04
Status Success
Total duration 1m 13s
Artifacts

lint_build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
lint / lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint / lint: src/Login.tsx#L44
React Hook useEffect has missing dependencies: 'user.determiningStatus' and 'user.isAdmin'. Either include them or remove the dependency array
lint / lint: src/ProtectedRoute.tsx#L55
React Hook useEffect has missing dependencies: 'logout', 'paramCallback', 'paramToCheck', 'params', 'user', and 'verifyAdminStatus'. Either include them or remove the dependency array. If 'paramCallback' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint / lint: src/store/hooks/useAuth.tsx#L157
React Hook useEffect has missing dependencies: 'loadingNullUser', 'logout', 'nonAuthUser', and 'verifyAdminStatus'. Either include them or remove the dependency array
lint / lint: src/store/hooks/useAuth.tsx#L164
React Hook useMemo has missing dependencies: 'logout' and 'verifyAdminStatus'. Either include them or remove the dependency array