Skip to content

Add the missing background color transition in EditableRoleCell #645

Add the missing background color transition in EditableRoleCell

Add the missing background color transition in EditableRoleCell #645

Triggered via pull request April 19, 2025 01:50
Status Success
Total duration 50s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
lint: src/components/dashboard/system_options/EntityTable.tsx#L202
The 'handleAddItem' function makes the dependencies of useEffect Hook (at line 322) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'handleAddItem' in its own useCallback() Hook
lint: src/components/dashboard/system_options/EntityTable.tsx#L149
The 'handleSaveEditedItem' function makes the dependencies of useEffect Hook (at line 322) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'handleSaveEditedItem' in its own useCallback() Hook