From 645aa494f5625bd9ba5314f4a387e06436f60d67 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 12 Oct 2023 00:29:02 -0500 Subject: [PATCH] UI: wrap SidebarMenu with Suspense Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1562 --- src/features/ui/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/features/ui/index.tsx b/src/features/ui/index.tsx index beb578efc..59857d52f 100644 --- a/src/features/ui/index.tsx +++ b/src/features/ui/index.tsx @@ -500,7 +500,9 @@ const UI: React.FC = ({ children }) => { )} {me && ( - + + + )} {me && features.chats && (