Skip to content

Fix long text making strange scroll behaviour, fix zIndex #643

Fix long text making strange scroll behaviour, fix zIndex

Fix long text making strange scroll behaviour, fix zIndex #643

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