fix - pursue work #219
Annotations
1 error and 5 warnings
test_lint
Process completed with exit code 1.
|
test_lint:
src/hooks/useAsyncEffect.ts#L8
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
|
test_lint:
src/hooks/useAsyncEffect.ts#L8
React Hook useEffect has a missing dependency: 'callback'. Either include it or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
test_lint:
src/hooks/useAuth.tsx#L65
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
test_lint:
src/hooks/useAuth.tsx#L69
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
test_lint:
src/hooks/useAuth.tsx#L74
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|