fix: disable unused valtio plugin to resolve undefined error#11835
fix: disable unused valtio plugin to resolve undefined error#11835afc163 wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Walkthrough在 变更Valtio 插件禁用
估计审查工作量🎯 1 (Trivial) | ⏱️ ~2 分钟 诗文
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🎊 PR Preview has been successfully built and deployed to https://ant-design-pro-preview-pr-11835.surge.sh |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #11835 +/- ##
=======================================
Coverage 39.63% 39.63%
=======================================
Files 187 187
Lines 2379 2379
Branches 398 410 +12
=======================================
Hits 943 943
+ Misses 1436 1432 -4
- Partials 0 4 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Deploying ant-design-pro with
|
| Latest commit: |
a53530c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://919fdb54.ant-design-pro-nd3.pages.dev |
| Branch Preview URL: | https://fix-valtio-undefined.ant-design-pro-nd3.pages.dev |
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
09f2429 to
a53530c
Compare

Umi Max auto-enables the valtio plugin, which is not used in this project. This causes
valtio is undefinederrors at runtime. Explicitly disable it withvaltio: falsein the config. Closes #11817.Summary by CodeRabbit