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
有一段时间没用了,昨天发现启动时白屏,在1月初还是正常的; 官方演示应用也是白屏:https://tango-demo.musicfe.com/designer/ 分析发现是因为 https://unpkg.com/[email protected]/umd/react-is.production.min.js 变成了 Bad gateway(Error code 502)
【临时解决方案】 [apps/playground/.umirc.ts] 版本号改为 18.3.0 https://unpkg.com/[email protected]/umd/react-is.production.min.js 是正常的;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
有一段时间没用了,昨天发现启动时白屏,在1月初还是正常的;
官方演示应用也是白屏:https://tango-demo.musicfe.com/designer/
分析发现是因为 https://unpkg.com/[email protected]/umd/react-is.production.min.js 变成了 Bad gateway(Error code 502)
【临时解决方案】
[apps/playground/.umirc.ts] 版本号改为 18.3.0
https://unpkg.com/[email protected]/umd/react-is.production.min.js 是正常的;
The text was updated successfully, but these errors were encountered: