fix(core): remove unexpected loading (#6035)

This commit is contained in:
EYHN
2024-03-09 15:01:18 +00:00
parent ae22d6469d
commit 5091174da2

View File

@@ -68,7 +68,7 @@ export const RouteContainer = ({ route }: Props) => {
)}
</div>
<view.body.Target className={styles.viewBodyContainer} />
<Suspense fallback={<>loading</>}>
<Suspense>
<route.Component />
</Suspense>
</div>