-
Notifications
You must be signed in to change notification settings - Fork 196
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: 修复只有一行数据时异步导出数据为空 close #2681 #2682
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +15 B (0%) Total Size: 319 kB
ℹ️ View Unchanged
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #2682 +/- ##
==========================================
+ Coverage 75.77% 79.04% +3.27%
==========================================
Files 257 274 +17
Lines 11994 12415 +421
Branches 2464 2544 +80
==========================================
+ Hits 9088 9813 +725
+ Misses 1398 1063 -335
- Partials 1508 1539 +31 ☔ View full report in Codecov by Sentry. |
🎉 This PR is included in version @antv/s2-v2.0.0-next.18 🎉 The release is available on: Your semantic-release bot 📦🚀 |
👀 PR includes
🐛 Bugfix
📝 Description
调整异步导出
requestIdleCallback
的计算逻辑, 兼容只有一行数据的导出链路.🖼️ Screenshot
🔗 Related issue link
close #2681
🔍 Self-Check before the merge