-
-
Notifications
You must be signed in to change notification settings - Fork 49.8k
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
refactor: 🆙 upgrade rc-progress #24127
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #24127 +/- ##
=======================================
Coverage 98.82% 98.82%
=======================================
Files 364 364
Lines 7297 7297
Branches 2031 2032 +1
=======================================
Hits 7211 7211
Misses 86 86 Continue to review full report at Codecov.
|
为啥你的CI 不报错 |
你本地 node_modules 是旧的。 |
我确定我每次都删过,本地能通 |
我换cnpm试试 |
bundle size 降低了近 1 kB。 |
package-lock.json 或者 yarn.lock |
失算了。😳 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤔 This is a ...
🔗 Related issue link
close #24116
💡 Background and solution
Refactor rc-progress: react-component/progress@9e6160f
📝 Changelog
h3g is not defined
error in<script src"antd.min.js" />
.<script src"antd.min.js" />
会抛出h3g is not defined
的问题。☑️ Self Check before Merge