From afb09f330ba268cee342e7e9bb7f4023998a94a9 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:23:20 +1000 Subject: [PATCH] add known issue --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3c0fb26..16500e6 100644 --- a/README.md +++ b/README.md @@ -192,3 +192,10 @@ yarn build ```sh yarn lint ``` + +## Known issues +1. [#1](https://github.com/codex-storage/ethcc-demo/issues/1) When running with two tabs open, for example when running Moderation in one + tab and the homepage in another tab, deleting events from the notification + centre *individually* does not sync properly across tabs. The deleted event + in one tab will not be deleted in the other tab. Clearing all events does + still work, however. \ No newline at end of file