Solution #1762
Annotations
2 warnings
Run npm run lint:
src/components/NewCommentForm.tsx#L72
React Hook useEffect has a missing dependency: 'onSubmit'. Either include it or remove the dependency array. If 'onSubmit' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run npm run lint:
src/utils/hooks.ts#L15
React Hook useEffect has a missing dependency: 'onError'. Either include it or remove the dependency array. If 'onError' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Loading