Merge branch 'master' into UIU-3179 #6708
Annotations
1 error and 3 warnings
Run yarn test
Process completed with exit code 1.
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Run yarn lint:
src/components/Wrappers/withUserRoles.js#L48
React Hook useCallback has missing dependencies: 'assignedRoleIds', 'tenantId', and 'tenantsLoaded'. Either include them or remove the dependency array. You can also do a functional update 'setTenantsLoaded(t => ...)' if you only need 'tenantsLoaded' in the 'setTenantsLoaded' call
|
Run yarn lint:
src/views/UserEdit/UserForm.js#L29
'set' is defined but never used. Allowed unused vars must match /React/u
|
Loading