-
-
Notifications
You must be signed in to change notification settings - Fork 51.6k
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
fix: 🔷 Result status type to string & number #21691
Conversation
fc6953a
to
215521c
Compare
Codecov Report
@@ Coverage Diff @@
## master #21691 +/- ##
=======================================
Coverage 97.88% 97.88%
=======================================
Files 305 305
Lines 6998 6998
Branches 1934 1887 -47
=======================================
Hits 6850 6850
Misses 148 148
Continue to review full report at Codecov.
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 215521c:
|
This antd version fixes the string/number typing issue for the Result component. Details: ant-design/ant-design#21592 ant-design/ant-design#21691
This antd version fixes the string/number typing issue for the Result component. Details: ant-design/ant-design#21592 ant-design/ant-design#21691
This antd version fixes the string/number typing issue for the Result component. Details: ant-design/ant-design#21592 ant-design/ant-design#21691
🤔 This is a ...
🔗 Related issue link
close #21592
close #21741
💡 Background and solution
📝 Changelog
status
cannot assigned to string or number type.status
属性不能赋值string
或者number
类型的问题。☑️ Self Check before Merge