Back to IssuesView on GitHub
#35446
Challenging
Bug: React 19 does not attach custom element event listeners during hydration
Summary
React 19 is not correctly attaching event listeners for custom element events during server-side rendering hydration. This means custom event handlers, defined using React's `on<CustomEventName>` prop, are not active until after the initial client-side render, requiring a fix in React's hydration logic for custom elements.
Skills Required
React InternalsDOM Event HandlingTypeScriptTesting (Unit/Integration)
Files Likely Touched
Labels
Status: Unconfirmed