Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'call') #16261
Unanswered
DarkCode01
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The dev greets the community and asks for help: when running the Svelte project and opening it in Chrome, the error mentioned in the title shows up. Strangely, everything works fine in other browsers or in Incognito mode. They already wiped node_modules and .sveltekit, yet Chrome keeps throwing the same error. A production build served with preview works fine in Chrome, so they suspect some cache mambo, but even after clearing everything the glitch persists. Any idea what might be going on?
"svelte": "^5.25.0"
"vite": "^6.2.6"
Beta Was this translation helpful? Give feedback.
All reactions