Jason Lee
Jason Lee
If you could provide a minimal repro on stackblitz or something, then it'll be much easier to debug.
@powellnorma could you do a minimal repro of the issue in stackblitz? > Fwiw, I am facing the same problem, and am also using vite Most people are using vite,...
> The same issue with vite Make sure your dependencies are updated, remove `/node_modules` and `package-lock.json`, then reinstall deps. ``` $ npx npm-check-updates -u $ rm -rf node_modules $ rm...
Thanks for the PR - but my first thought is images can already be shown by passing HTML into `msg`? Something like this: https://svelte.dev/repl/9973db692dbc442599829b7e3babbc64?version=3.55.1
I think we can leave this here and gather some feedback for now. I kind of feel that in the current iteration of `svelte-toast`, the view and logic are too...
Hey, unfortunately I don't think there's a straightforward solution (unless the toast component is set up as a custom element - which it's not right now). The drawback of using...
Yes. That will be done in the [next](https://github.com/zerodevx/svelte-toast/pull/87) release.
Yup that's possible.
@vbernabe moving your issue into a new one. Don't look like you're using SvelteKit. How's your setup like? Are you using Svelte?
Not too familiar with svelte-routing tbh. For Svelte setups, the tooling should be "svelte-aware", ie. tooling knows when it's dealing with a Svelte component and picks up the correct code....