umi#fixContext TypeScript Examples

The following examples show how to use umi#fixContext. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: app.tsx    From ant-design-pro-V5-multitab with MIT License 5 votes vote down vote up
// 修复Context 的破坏性影响 对PageContainer组件的影响 详见:https://github.com/alitajs/umi-plugin-keep-alive/issues/30
fixContext(RouteContext)
Example #2
Source File: app.tsx    From ant-design-pro-V5-multitab with MIT License 5 votes vote down vote up
fixContext(ConfigProvider.ConfigContext)