-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Implement download without react-dom/server
#3613
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3613 +/- ##
==========================================
+ Coverage 92.09% 92.93% +0.84%
==========================================
Files 48 48
Lines 3440 3440
Branches 681 703 +22
==========================================
+ Hits 3168 3197 +29
+ Misses 272 243 -29 |
}); | ||
|
||
exportToCsv(gridRef.current!.element!, 'CommonFeatures.csv'); | ||
setIsExporting(false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we flushSync
here too? If the export is synchronous then we can potentially avoid a split second of displaying the grid with virtualization disabled. Not a huge concern though.
If the export is async then we should await
it.
* main: Bump eslint-plugin-react-hooks from 4.6.2 to 5.0.0 (adazzle#3616) Implement download without `react-dom/server` (adazzle#3613) Bump @biomejs/biome from 1.8.3 to 1.9.3 (adazzle#3612)
* origin/main: Node 23 (adazzle#3618) Bump eslint-plugin-react-hooks from 4.6.2 to 5.0.0 (adazzle#3616) Implement download without `react-dom/server` (adazzle#3613) Bump @biomejs/biome from 1.8.3 to 1.9.3 (adazzle#3612)
No description provided.