Currently, I am in the process of revising and experimenting with VUE 3. I decided to create a Task Tracker application but ran into an issue when trying to add a footer. A few problems arose:
It's important to note that I attempted to integrate Vue-router before incorporating the Footer. Even after removing Vue-router settings and files, the same errors persisted.
Error : Uncaught (in promise) RangeError: Maximum call stack size exceeded
Warning : runtime-core.esm-bundler.js?5c40:6568 [Vue warn]: Unhandled error during execution of scheduler flush. This is likely a Vue internals bug. Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/vue-next
at <Footer>
at <Footer>
at <Footer>
at <Footer>
at <Footer>
and so on for a long line
Error: Uncaught (in promise) RangeError: Maximum call stack size exceeded
If you'd like to view my complete code repository, please visit: https://github.com/Ahmed-Elbessfy/vue-task-tracker-issue