mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix(core): remove unexpected loading (#6035)
This commit is contained in:
@@ -68,7 +68,7 @@ export const RouteContainer = ({ route }: Props) => {
|
||||
)}
|
||||
</div>
|
||||
<view.body.Target className={styles.viewBodyContainer} />
|
||||
<Suspense fallback={<>loading</>}>
|
||||
<Suspense>
|
||||
<route.Component />
|
||||
</Suspense>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user