Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add trackComplete to useEffect dependency array
the use effect needs updated dependencies to work as intended. The trackComplete function is not a direct depenency, but it stores all of the referenced dependencies.
- Loading branch information