mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-01 06:50:26 +02:00
fix: toast not appearing
This commit is contained in:
@@ -19,7 +19,7 @@ export function Toaster(props: Props) {
|
||||
|
||||
const removeMessage = setTimeout(() => {
|
||||
if (toastMessage?.type !== 'loading') {
|
||||
// $toastMessage.set(undefined);
|
||||
$toastMessage.set(undefined);
|
||||
}
|
||||
}, 2500);
|
||||
|
||||
|
Reference in New Issue
Block a user