1
0
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:
Kamran Ahmed
2023-07-20 19:55:45 +01:00
parent 03ba0c384b
commit 34d0cde165

View File

@@ -19,7 +19,7 @@ export function Toaster(props: Props) {
const removeMessage = setTimeout(() => {
if (toastMessage?.type !== 'loading') {
// $toastMessage.set(undefined);
$toastMessage.set(undefined);
}
}, 2500);