React Daily: Weekly Recap - DOM Standards & Fragment Fixes

React addressed critical DOM compliance issues this week, fixing FragmentInstance event listener leaks and adding proper support for the iframe credentialless attribute. The team merged 4 pull requests focused on standards alignment and memory leak prevention.

Duration: PT2M20S

Episode overview

This episode is a short developer briefing from React Daily.

It explains recent repository work in plain language.

  • Show: React Daily
  • Published: 2026-04-27T00:00:00Z
  • Audio duration: PT2M20S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

This is React Daily for the week of April 20th through 27th, 2026. The team merged 4 pull requests and pushed 5 additional commits this week.

**Critical Fixes**

The most significant update addresses a memory leak in FragmentInstance event listeners. Pull request #36047 by Dhakshin2007 fixes a standards compliance issue where addEventListener and removeEventListener failed to properly match listeners when capture options were passed as booleans versus objects. This violated…

**New Features**

Two pull requests added support for the iframe credentialless attribute. PR #36148 by vmx906 adds credentialless as a recognized boolean attribute across React DOM's client and server rendering systems. This attribute loads iframes in ephemeral contexts without access to parent credentials. A follow-up PR #36322…

**Infrastructure**

Nearby episodes from React Daily

  1. Weekly Recap - DevTools Enhancements & Meta Infrastructure
  2. DevTools UX Improvements
  3. Infinite Render Loop Detection Enhancement
  4. Meta Flight Server Integration
  5. Code Formatting Fix
  6. FragmentInstance Event Listener Fix
  7. iframe credentialless Attribute Casing Fix
  8. iframe Security Enhancement