From 4e7cb68783ab5c73e2323b3d53544fc8054717dd Mon Sep 17 00:00:00 2001 From: aliabd Date: Wed, 17 Jul 2024 11:26:01 -0700 Subject: [PATCH 1/5] fix loop --- js/statustracker/package.json | 2 +- js/statustracker/static/ToastContent.svelte | 24 +++++++++++++++++++-- pnpm-lock.yaml | 6 +++--- 3 files changed, 26 insertions(+), 6 deletions(-) diff --git a/js/statustracker/package.json b/js/statustracker/package.json index 19ef3ea300d7..56944e7e787c 100644 --- a/js/statustracker/package.json +++ b/js/statustracker/package.json @@ -18,7 +18,7 @@ "@gradio/atoms": "workspace:^", "@gradio/icons": "workspace:^", "@gradio/utils": "workspace:^", - "@gradio/markdown": "workspace:^" + "dompurify": "^3.0.3" }, "devDependencies": { "@gradio/preview": "workspace:^" diff --git a/js/statustracker/static/ToastContent.svelte b/js/statustracker/static/ToastContent.svelte index 6d7b4f74a821..aaa492d8c557 100644 --- a/js/statustracker/static/ToastContent.svelte +++ b/js/statustracker/static/ToastContent.svelte @@ -1,6 +1,6 @@