We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config.ts中: /**
页面启动后浏览器报错:
node_modules.pnpm\[email protected][email protected]\node_modules\react-dom\cjs\react-dom.production.min.js:188 TypeError: Cannot read properties of null (reading 'applyPlugins')
config中注释掉keepalive、tabsLayout,页面能正常打开。
The text was updated successfully, but these errors were encountered:
可以帮忙给给最小复现吗?这样我们更方便查问题
Sorry, something went wrong.
关注这里就好,实验性功能 alitajs/alita#671
No branches or pull requests
config.ts中:
/**
/
keepalive: [/^(?:[^\/]/){2}[^\/]*/],
/**
*/
tabsLayout: { hasCustomTabs: true },
mfsu: false,
mako: {},
页面启动后浏览器报错:
node_modules.pnpm\[email protected][email protected]\node_modules\react-dom\cjs\react-dom.production.min.js:188 TypeError: Cannot read properties of null (reading 'applyPlugins')
config中注释掉keepalive、tabsLayout,页面能正常打开。
Context
The text was updated successfully, but these errors were encountered: