Make system options great again #642
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
|