UI: wrap StatusHoverCard with Suspense boundary
This commit is contained in:
@ -515,7 +515,9 @@ const UI: React.FC<IUI> = ({ children }) => {
|
||||
<ProfileHoverCard />
|
||||
</Suspense>
|
||||
|
||||
<StatusHoverCard />
|
||||
<Suspense>
|
||||
<StatusHoverCard />
|
||||
</Suspense>
|
||||
</div>
|
||||
</div>
|
||||
</GlobalHotkeys>
|
||||
|
||||
Reference in New Issue
Block a user