Magnus Markling

Results 94 comments of Magnus Markling

I've been using lucide-svelte with Svelte 5 for some time now. Should I switch to this new package? How are they different?

I don't recall being involved in this issue, maybe you meant to tag someone else, @greyblake?

I'm getting the same error in MacOS Sequoia 14.6, when compiling `uiua` which references coreaudio-sys v0.2.17, so it doesn't seem to be nix-related.

I think you can still use the old class syntax though, right? Just being able to try out Svelte 5 without removing this component would have great value.

Easiest way to Svelte 5 is adding this to your ~lock~ `package.json` file: ``` "overrides": { "svelte-markdown": { "svelte": "^5.0.0" } } ```

I'm only upgrading an existing application for a client. I don't know much about this component to be honest. But as far as I've understood it there are very few...

@amosjyng Did this not have any effect for you? https://github.com/pablo-abc/svelte-markdown/pull/93#issuecomment-2431603988

> Type checking doesn't work for me on Svelte 5: > > ``` > Error: Type 'Component' is not assignable to type 'InstantiableSvelteComponentTyped'. > Type 'Component' provides no match for...

@mig-hub Yes, my bad, definately the `package.json` file. Good catch. I've updated my original post above.