Results 353 comments of Tee Ming

> It simply doesn't compile or applies the styles for this component for some reason. While running dev, it's all good but when building, it just renders the button as...

Sorry, this kinda got lost in the backlog for me personally as I've had to prioritise some non-SvelteKit work last month. I'll try to see if I can squeeze some...

> [@tkhs0813](https://github.com/tkhs0813) [@eltigerchino](https://github.com/eltigerchino) I gave another go and it seems that only one component is affected in my case, which is weird. > > I think I found the issue,...

This issue should be moved to https://github.com/sveltejs/language-tools

If you want a dynamic route using the static adapter, you'll have to opt into SPA-mode (fetching the data when the page is mounted). You can do this by turning...

> [@eltigerchino](https://github.com/eltigerchino) is the `enableNativePlugin` issue referred to here still an issue? I see references in [sveltejs/vite-plugin-svelte#1143](https://github.com/sveltejs/vite-plugin-svelte/issues/1143) to native plugin css issues having been resolved, so I'm wondering if we...

closing as we concluded it is the responsibility of the monorepo tooling https://github.com/sveltejs/kit/issues/12499#issuecomment-2320091512

LGTM but I'd wait for another maintainer that's more familiar with the universal fetch to review this too.

> Essentially, what I'm saying is that adapter-static should behave exactly as if you were running this: > > > ```bash > find src/routes -name '+*.server.*' -delete > pnpm build...

Ah you’re right. Sorry I missed that. We should probably throw an error during a static build when +page.server.js is exported without being prerendered