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