feat: Implement and test core todo functionalities #6
Annotations
1 error and 3 warnings
Run npm run build
Process completed with exit code 1.
|
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/
|
Run npm run lint:
src/App.tsx#L30
React Hook React.useEffect has a missing dependency: 'todoStore'. Either include it or remove the dependency array
|
Run npm run lint:
src/App.tsx#L44
React Hook React.useEffect has a missing dependency: 'filterTodos'. Either include it or remove the dependency array
|
Loading