-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
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
🐛 [BUG] build之后空白,react-dom.production.min.js:188 TypeError: Cannot read properties of null (reading 'applyPlugins') #11393
Comments
这个问题应当被重视,升级之后系统就崩了,官方代码也存在这个问题!!! 请重视,请紧急处理 |
已经两个月没有commit了,项目人员已经被优化了 |
感觉没人用了? 这么严重的问题都没人解决
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年12月6日(周五) 下午5:30
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [ant-design/ant-design-pro] 🐛 [BUG] build之后空白,react-dom.production.min.js:188 TypeError: Cannot read properties of null (reading 'applyPlugins') (Issue #11393)
我今天也遇到同样的问题,开发没问题,发布出来就报错
_20241206172900.png (view on web)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
我找到原因了,发现是umi默认开启了 mako 极速开发,开发和发布的时候有些错误都不会提示出来,关闭mako即可发现错误,处理错误后就正常了。 |
优秀啊,具体在哪里关闭呢?
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年12月9日(周一) 中午11:57
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [ant-design/ant-design-pro] 🐛 [BUG] build之后空白,react-dom.production.min.js:188 TypeError: Cannot read properties of null (reading 'applyPlugins') (Issue #11393)
我找到原因了,发现是umi默认开启了 mako 极速开发,开发和发布的时候有些错误都不会提示出来,关闭mako即可发现错误,处理错误后就正常了。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
在config.ts里面,注释掉mako: {}, |
thanks
…---原始邮件---
发件人: ***@***.***>
发送时间: 2024年12月9日(周一) 中午12:18
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [ant-design/ant-design-pro] 🐛 [BUG] build之后空白,react-dom.production.min.js:188 TypeError: Cannot read properties of null (reading 'applyPlugins') (Issue #11393)
优秀啊,具体在哪里关闭呢?
…
---原始邮件--- 发件人: @.> 发送时间: 2024年12月9日(周一) 中午11:57 收件人: @.>; 抄送: @.@.>; 主题: Re: [ant-design/ant-design-pro] 🐛 [BUG] build之后空白,react-dom.production.min.js:188 TypeError: Cannot read properties of null (reading 'applyPlugins') (Issue #11393) 我找到原因了,发现是umi默认开启了 mako 极速开发,开发和发布的时候有些错误都不会提示出来,关闭mako即可发现错误,处理错误后就正常了。 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
在config.ts里面,注释掉mako: {},
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
🐛 bug 描述
错误如下:
react-dom.production.min.js:188 TypeError: Cannot read properties of null (reading 'applyPlugins')
at I (localeExports.ts:205:26)
at N (localeExports.ts:265:25)
at c (locale.tsx:37:33)
🏞 期望结果 | Expected results
期望发布后可以正常访问
💻 复现代码 | Recurrence code
© 版本信息
🚑 其他信息
The text was updated successfully, but these errors were encountered: