const OtherComponent = React.lazy( () => import('./OtherComponent').then(module => ({ default: module.OtherComponent })) );