Jason Lee

Results 98 comments of Jason Lee

Sounds like something is overriding the toast styles. Need more info like what other frameworks/components you're using, examples/reproductions etc.

If there are like interfering stylesheets in effect, the best way is to inspect the path through browser dev-tools. Going to mark this as closed for now, feel free to...

> I have the following toast option. > ``` > const toastOptions = { > duration: 4000, // duration of progress bar tween to the `next` value > initial: 1,...

The easiest way to hide the progress bar is to set its height to 0. ```html import { toast, SvelteToast } from '@zerodevx/svelte-toast' // This toast auto-closes after 8s and...

Added additional examples (and extra comments) in the [demo](https://zerodevx.github.io/svelte-toast/) that would hopefully help clarify.

Hey, thanks for the feedback - I agree that it's misleading. The API should be cleaned up by the next major release so it's more intuitive. Internally, when the `pop()`...

Hey, thanks for your PR. As this is a breaking change, let's put this on hold at the moment until the next major release. 🙏

Yup, there are some use-cases (like event dispatching/forwarding) that will be better handled in the next major release. There's been tons of changes to Svelte, particularly in features and patterns,...

Prob due to a typescript config. Do things work if you `//ts-ignore` the call?

No, I mean does the app work if you ignore it. I just want to be sure it's a **typing error** or a **break**, like what your title alludes to.