From 6fe3a2556881ea2e726337612f9b50c6191dc9b2 Mon Sep 17 00:00:00 2001 From: codehz Date: Sat, 17 Aug 2024 22:14:30 +0800 Subject: [PATCH] also preload bootstrapModules --- index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.tsx b/index.tsx index 08ee5e1..b5ca483 100644 --- a/index.tsx +++ b/index.tsx @@ -110,6 +110,9 @@ export class StaticRouters { + {bootstrapModules?.map((name, idx) => ( + + ))}