feat: add watchlist component #729
Annotations
2 warnings
|
ui-tests:
ui/components/lighthouse/ai-elements/prompt-input.tsx#L529
The 'add' conditional could make the dependencies of useEffect Hook (at line 622) change on every render. To fix this, wrap the initialization of 'add' in its own useMemo() Hook
|
|
ui-tests:
ui/components/lighthouse/ai-elements/prompt-input.tsx#L529
The 'add' conditional could make the dependencies of useEffect Hook (at line 598) change on every render. To fix this, wrap the initialization of 'add' in its own useMemo() Hook
|