Eric Liu
Eric Liu
Can you try adding the `hasForm` prop on the `Modal`?
Hello @Josephtobi – are you using `fastapi` version 0.104? If so, it requires a Python version >=3.8. Could you try including in your service deployment an env var with a...
Thanks for flagging. I think this speaks to a [larger issue](https://github.com/carbon-design-system/carbon-components-svelte/issues?q=is%3Aissue%20state%3Aopen%20label%3Aportal) where menus and modals should be portalled. I'll look into a portal implementation, given its impact.
Another approach... - Where `ScopedStyle` is responsible for injecting the module style. - Props are type-safe. ```ts // githubLight.scoped.js const githubLightScoped = { name: "githubLight", content: ".xcode ..." }; export...
Thanks for opening this, but I'm unable to repro with basic Rollup/Vite/SvelteKit/Webpack set-ups. See https://github.com/metonym/svelte-geolocation/tree/master/examples For Vite/SvelteKit, both `dev` and `build` command run fine for me. Could you please post...
Fixed in [v0.86.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.86.0)
Could you provide a minimal repro? https://svelte.dev/playground/hello-world?version=5.2.0 Is this using Svelte 5? Happy to help debug.
Thanks for reporting – agree that the `svelte-search` dependency upgrade is likely the culprit. Did you want to take a pass at this?
Fixed in [v4.4.2](https://github.com/metonym/svelte-typeahead/releases/tag/v4.4.2)
What is the error when using with Svelte 5? IIRC, existing libraries should (mostly) be interop with Svelte 5.