Eric Liu
Eric Liu
Fixed in [v0.82.11](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.82.11). Example in [docs.](https://svelte.carbondesignsystem.com/components/ImageLoader#dynamic-image-source)
This simplest solution would be to bind to the `expanded` prop and use the forwarded `mouseenter` event to toggle the value. ```svelte let expanded = false; { expanded = true;...
Related to virtualization #1192
I agree that it would be more concise/correct to import from the root; however, I'm worried that users may run into #132 (without using the imports preprocessor or if using...
Actually, even in the interim, I'm fine with using named imports in the docs site because that's the happy path. The README should also be updated, which doesn't even mention...
Hi Chris, thank you for reporting this, along with the detailed screenshots. Come to think of it, I don't think there's any reason why `@event` should only be limited to...
@endigo9740 For the first issue, could you try adding an explicit type annotation for the default slot? ```diff - @slot + @slot {{}} ``` I'm testing this with the Sveld...
Given that `vite-plugin-sveld` now specifies `sveld` as a peer dependency, could you double-check the installed `sveld` version?
I am surprised that the last example does not work. Given the input: ```js /** * @slot {{}} content - This is the CONTENT slot description. * @slot {{}} lead...
Try escaping the closing "style" tag: ```diff - + ```