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 dynamic RStyle elements with React 18 #271

Merged
merged 2 commits into from
Jul 27, 2024
Merged

fix dynamic RStyle elements with React 18 #271

merged 2 commits into from
Jul 27, 2024

Conversation

mmomtchev
Copy link
Owner

Fixes #270

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.44%. Comparing base (7e652fb) to head (e0d409c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #271   +/-   ##
=======================================
  Coverage   98.44%   98.44%           
=======================================
  Files          74       74           
  Lines        1544     1547    +3     
  Branches      254      254           
=======================================
+ Hits         1520     1523    +3     
  Misses         24       24           

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

@mmomtchev mmomtchev merged commit 5fef505 into main Jul 27, 2024
12 checks passed
@mmomtchev mmomtchev deleted the rstyle-react18 branch July 27, 2024 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

With React 18, dynamic styles are not always updated
2 participants