Skip to content

Conversation

@RosApr
Copy link
Contributor

@RosApr RosApr commented Sep 24, 2025

fix suspense render function to fix two situations:

  • Fixed the issue where outdated fibers caused the fallback to be incorrectly rendered multiple times during component updates by applying validity checks to the fibers.
  • Fixed the issue where clearing the Suspense kids while rendering the fallback prevented reconciliation from occurring.

@codecov-commenter
Copy link

codecov-commenter commented Sep 24, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 41.17647% with 20 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.85%. Comparing base (1632fde) to head (a3b3348).

Files with missing lines Patch % Lines
src/reconcile.ts 16.66% 20 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #408      +/-   ##
==========================================
- Coverage   94.33%   92.85%   -1.49%     
==========================================
  Files           8        8              
  Lines         883      910      +27     
  Branches      200      202       +2     
==========================================
+ Hits          833      845      +12     
- Misses         50       65      +15     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@yisar yisar merged commit f007dc0 into frejs:master Sep 26, 2025
1 check passed
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.

3 participants