Skip to content

Make system options great again #642

Make system options great again

Make system options great again #642

Triggered via pull request April 19, 2025 01:39
Status Success
Total duration 53s
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