Formerly functional project is now broken #10622
-
Vue version3.4.21 Link to minimal reproductionhttps://github.com/pfrito/Expenses-Tracking Steps to reproduce
What is expected?The page is expected to function normally, the autocompletes are expected to display, the submit button is expected to work, and the statistics button is expected to bring up a dialog. What is actually happening?The page looks normal at first glance but no functionality is running normally and various warnings and errors are displayed in the browser console. System InfoSystem:
OS: Windows 11 10.0.22000
CPU: (8) x64 11th Gen Intel(R) Core(TM) i5-1145G7 @ 2.60GHz
Memory: 4.95 GB / 15.69 GB
Binaries:
Node: 18.12.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.22.4 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 8.19.2 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: Spartan (44.22000.120.0), Chromium (122.0.2365.80)
Internet Explorer: 11.0.22000.120
npmPackages:
vue: ^3.4.21 => 3.4.21 Any additional comments?I did git checkout for some of the previous commits to see if the web behavior was back to what I expected but it keeps giving the same errors. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Exactly the same issue😔 |
Beta Was this translation helpful? Give feedback.
-
We don't debug projects. We debug issues with Vue that can be demonstrated in minimal reproductions. I quickly ran your project, and all the errors I see popping up are errors from your own code. I will convert this into a discussion topic so the community might be able to give you some help. |
Beta Was this translation helpful? Give feedback.
We don't debug projects. We debug issues with Vue that can be demonstrated in minimal reproductions.
I quickly ran your project, and all the errors I see popping up are errors from your own code.
I will convert this into a discussion topic so the community might be able to give you some help.