Remix - Performance
What is wrong with this Remix lazy loading code snippet?
const LazyComp = React.lazy(import('./LazyComp'));
export default function App() {
return ;
}