y1d7ng

Results 2 comments of y1d7ng
trafficstars

I can't reproduce this, can you provide a small repro, thanks

> Same issue, My App is like below code: > > ``` > const A = lazy(() => import('./pages/A')); > const B = lazy(() => import('./pages/B')); > > function App()...