hperrin / svelte-material-ui

Svelte Material UI Components
https://sveltematerialui.com/
Apache License 2.0
3.27k stars 287 forks source link

Snackbar won't reopen when navigating before timeout #620

Closed JavRedstone closed 9 months ago

JavRedstone commented 10 months ago

Issue #111 still exists.

This issue still seems to persists in snackbar v7.0.0. The simplest solution so far is to use .forceOpen() as @rothnic mentioned. Normal .open() does not open the snackbar unfortunately.

Originally posted by @JavRedstone in https://github.com/hperrin/svelte-material-ui/issues/111#issuecomment-1705623444