Home

facebook/react

Status:Indexed
Analyzed 3d ago240K+ starsJavaScript

The library for web and native user interfaces.

Back to Issues
#35446
Challenging

Bug: React 19 does not attach custom element event listeners during hydration

View on GitHub

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)

Labels

Status: Unconfirmed