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

React 19 compat #3048

Merged
merged 3 commits into from
Jun 27, 2024

feat(jsx/dom): Compatible implementation of new features in React 19 …

a734b35
Select commit
Loading
Failed to load commit list.
Merged

React 19 compat #3048

feat(jsx/dom): Compatible implementation of new features in React 19 …
a734b35
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 27, 2024 in 0s

96.02% (target 75.00%)

View this Pull Request on Codecov

96.02% (target 75.00%)

Details

Codecov Report

Attention: Patch coverage is 97.80564% with 21 lines in your changes missing coverage. Please review.

Project coverage is 96.02%. Comparing base (9c21cc6) to head (a734b35).
Report is 20 commits behind head on next.

Files Patch % Lines
src/jsx/dom/intrinsic-element/components.ts 97.36% 10 Missing ⚠️
src/jsx/intrinsic-element/components.ts 95.93% 7 Missing ⚠️
src/helper/html/index.ts 87.50% 1 Missing ⚠️
src/jsx/context.ts 96.00% 1 Missing ⚠️
src/jsx/dom/render.ts 99.13% 1 Missing ⚠️
src/utils/html.ts 94.73% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             next    #3048      +/-   ##
==========================================
+ Coverage   94.67%   96.02%   +1.35%     
==========================================
  Files         137      142       +5     
  Lines       13400    14273     +873     
  Branches     2367     2474     +107     
==========================================
+ Hits        12686    13706    +1020     
+ Misses        714      567     -147     

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