Skip to content
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: make useRenderer hook synchronous #180

Merged
merged 3 commits into from
Dec 15, 2023
Merged

fix: make useRenderer hook synchronous #180

merged 3 commits into from
Dec 15, 2023

Conversation

tomivirkki
Copy link
Member

@tomivirkki tomivirkki commented Dec 15, 2023

Description

Make the useRenderer hook updates synchronous to fix timing issues.

Fixes #129
Mostly covers also #75

Type of change

Bugfix

@codecov-commenter
Copy link

codecov-commenter commented Dec 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6559b7b) 98.85% compared to head (5e5234d) 98.85%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #180   +/-   ##
=======================================
  Coverage   98.85%   98.85%           
=======================================
  Files          25       25           
  Lines         175      175           
  Branches       20       20           
=======================================
  Hits          173      173           
  Misses          1        1           
  Partials        1        1           
Flag Coverage Δ
unittests 98.85% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Lodin
Lodin previously approved these changes Dec 15, 2023
web-padawan
web-padawan previously approved these changes Dec 15, 2023
@tomivirkki tomivirkki dismissed stale reviews from web-padawan and Lodin via 5e5234d December 15, 2023 12:30
@tomivirkki tomivirkki enabled auto-merge (squash) December 15, 2023 12:32
@tomivirkki tomivirkki merged commit 0e9355e into main Dec 15, 2023
1 check passed
@tomivirkki tomivirkki deleted the fix/renderer/sync branch December 15, 2023 12:33
web-padawan pushed a commit that referenced this pull request Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Asynchronous rendering does not work with grid column autoWidth
5 participants