Merge fix from dev -> staging (v5.3.3 staging release) #168
pr_test_frontend.yml
on: pull_request
Build dev image for testing
/
build-image
53s
Build Static Files
3m 17s
Build dev image for testing
/
scan-image
0s
Annotations
1 error and 1 warning
|
Build Static Files
Process completed with exit code 1.
|
|
Build Static Files:
frontend/src/components/projectEdit/teamSelect.js#L30
The 'teamRoles' array makes the dependencies of useCallback Hook (at line 110) change on every render. To fix this, wrap the initialization of 'teamRoles' in its own useMemo() Hook
|