#Weird `TypeError` in all of my vite + vue 3 apps

1 messages · Page 1 of 1 (latest)

copper sequoia
#

This is a weird one, recently i'm getting weird issues when trying to run my vite apps where it'll have

Uncaught TypeError: Cannot read properties of undefined (reading 'accept')
    at navbar.vue:136:51
(anonymous) @ navbar.vue:136

This is happening across 2 different sites. But if i pull down the current working main branches it runs fine, but once small changes happen i get this error and it isn't specific to those given files.

https://github.com/buffet-time/MusicChartMaker.com
https://github.com/buffet-time/DanielTurcich.com

viral gulch
#

Hello, i have the same message for app.vue after updating to vite 3. But i don't know why for now. 😦