You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im having an issue when adding the plugin to an existing vite project with typescript.
On the server side, the html renders fine but when it reaches the front end, i keep getting this error in the console Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'accept') at all.page.vue:5:23
I found that if i remove the lang="ts" from the script tag the error goes away, but that defeats the purpose of using typescript.
Has anyone had a similar issue?
The text was updated successfully, but these errors were encountered:
Question / Discussion
Hi all,
Im having an issue when adding the plugin to an existing vite project with typescript.
On the server side, the html renders fine but when it reaches the front end, i keep getting this error in the console
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'accept') at all.page.vue:5:23
I found that if i remove the lang="ts" from the script tag the error goes away, but that defeats the purpose of using typescript.
Has anyone had a similar issue?
The text was updated successfully, but these errors were encountered: