Closed NguyenThinh-17001510 closed 9 months ago
因为 login 没有被 layout 包裹,想要配置所有的的页面被包裹可以试试
https://umijs.org/docs/api/runtime-config#rootcontainerlastrootcontainer-args
export function rootContainer(container) {
return React.createElement(ThemeProvider, null, container);
}
因为 login 没有被 layout 包裹,想要配置所有的的页面被包裹可以试试
https://umijs.org/docs/api/runtime-config#rootcontainerlastrootcontainer-args
export function rootContainer(container) { return React.createElement(ThemeProvider, null, container); }
如果使用这个方法 rootContainer 里面包含的组件中无法使用useModel('@@initialState');
TypeError: Cannot read properties of null (reading 'dispatcher')
I just console log inside the function childrenRender in app.ts. When i redirect to My Page Login, console.log is not running.