feat: Implement and test core todo functionalities #6
Annotations
1 error and 3 warnings
build (16)
Process completed with exit code 1.
|
build (16)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (16):
src/App.tsx#L30
React Hook React.useEffect has a missing dependency: 'todoStore'. Either include it or remove the dependency array
|
build (16):
src/App.tsx#L44
React Hook React.useEffect has a missing dependency: 'filterTodos'. Either include it or remove the dependency array
|