Home

facebook/react

Status:Indexed
Analyzed 3d ago240K+ starsJavaScript

The library for web and native user interfaces.

Back to Pull Requests
#33349Open
Simple Review

Add browser warning when <title> contains more than 1 child

by michaelboylesMay 23, 2025
View on GitHub

Summary

This PR adds a client-side warning for the browser when the `<title>` element in a React application contains more than one child. This behavior was previously only warned about on the server.

Changes

+143 additions-47 deletions

Impact Areas

Error HandlingBrowser CompatibilityClient-side Rendering