pro-components
pro-components copied to clipboard
fix(field,form): 修复金额输入框因正则问题导致格式化异常的问题
- fix(#5707): 修复金额输入框因正则问题导致格式化异常的问题
⚡️ Deploying PR Preview...
Codecov Report
Merging #5715 (4644be7) into master (c2fac32) will decrease coverage by
0.02%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #5715 +/- ##
==========================================
- Coverage 99.55% 99.52% -0.03%
==========================================
Files 208 208
Lines 6912 6919 +7
Branches 2459 2461 +2
==========================================
+ Hits 6881 6886 +5
- Misses 31 33 +2
Impacted Files | Coverage Δ | |
---|---|---|
packages/field/src/components/Money/index.tsx | 97.50% <100.00%> (-2.50%) |
:arrow_down: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Preview Build
任务超时了,看错误应该是很多页面使用了window对象在SSR
渲染时找不到。 @chenshuai2144