python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why "Uncaught (in promise) TypeError: this.Root is not a constructor"?
Anyone seen Uncaught (in promise) TypeError: this.Root is not a constructor (start.js:692 ) in the browser console?
I've tried resetting endpoints, pages, hooks.js and jsconfig.json without any luck.
Mattias Inokuchi
Votes: 0
Answers: 1
Where to store app state in Sveltekit when data is loaded and shared between nested layouts
I'm new to Sveltekit and writing an app for tracking notes about books I'm reading. There is a list of book series, clicking one shows a list of volumes in that series, clicking one shows your notes f...
sheodox
Votes: 0
Answers: 0
Sveltekit Firebase hosting
How can I use SvelteKit and firebase hosting? firebase hosting requires the html file to be called Index.html while SvelteKit calls it app.html. I think it has something to do with SvelteKit adaptors
arjun agarwal
Votes: 0
Answers: 2
Sveltekit Dynamic Routing
I'm attempting to create a details page with dynamic routing. My general routes look like this:
src /
routes /
products /
[id].svelte
index.svelte
When I try to load http://loc...
Akidi
Votes: 0
Answers: 1