bereaksi malas impor non -default
const OtherComponent = React.lazy(
() => import('./OtherComponent').then(module => ({ default: module.OtherComponent }))
);
Cyrus Gracias