[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/core
Version
3.2.31
Reproduction link
Steps to reproduce
- Run server: npm start
- Run client: cd ./client and npm run serve
- Click on Dashboard in the top navigation bar
What is expected?
Expected to view the page and modal after clicking on the edit (pencil) icon to fill up with appropriate data.
What is actually happening?
Blank page and issue below:
[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/core
at
I imported state into modal to try to fill in the input fields.