-
-
Notifications
You must be signed in to change notification settings - Fork 50.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
fix(upload): props type declaration #26347
Conversation
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 85dade2:
|
Codecov Report
@@ Coverage Diff @@
## master #26347 +/- ##
=======================================
Coverage 99.57% 99.57%
=======================================
Files 382 382
Lines 7349 7349
Branches 2054 2054
=======================================
Hits 7318 7318
Misses 31 31
Continue to review full report at Codecov.
|
Size Change: 0 B Total Size: 797 kB ℹ️ View Unchanged
|
来个用例。 |
这个应该没办法写测试,是 TS 类型声明的问题,测试和 demo 都是是用JS写的,测不出来这种问题。要规避的话以后的 demo 统一使用 TSX 应该就可以。 |
Hey. |
Can you provide a example? |
Are you ensure |
Awesome, the yarn.lock is also getting commit. |
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
close #26345
💡 Background and solution
📝 Changelog
☑️ Self Check before Merge