React.lazy currently only supports default exports. If the module you want to import uses named exports, you can create an intermediate module that reexports it ...
確定! 回上一頁