Félix

Results 42 comments of Félix

Facing the same issue for CSS invalidation on the `bundle.css` file generated by Svelte with Sapper, a solution/lead would be helpful 👌

Same issue, I'm using typescript though so I think this comes from the core code.

I can confirm this bug as I thought I was hallucinating 😅 It is not styling my Button component (which is normally imported, not dynamically) with the `inlineStyleThreshold` config option...

@eltigerchino Here is my component Button.svelte: ```tsx import type { Snippet } from 'svelte' let { label, href, type, withIcon = false, icon = '+', disabled = false, isActive =...

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 the...

@eltigerchino I tried to replicate it on a smaller setup by just keeping a `` in a `` within a `+page.svelte` and it builds fine for some reason, with the...

@tkhs0813 @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, or at least...

Another case where all the styles would build including my nested `` component: when I do NOT add the stylesheet for my `routes/product/[product]/+page.svelte`, or have an empty stylesheet: ```svelte ```...

Hey just checking in, is there a hope for this to get fixed? 🙌

Self-diagnose (with a little help from Claude): Installing these to my Sanity package.json helps and I can run the Studio using Bun. Something to do with xstate versions? ``` bun...