The issue involves DOM side-effects and requires understanding of React's handling of `<title>` tags.
The issue involves `<title>` tags within `<Activity>` components not behaving as expected when switching modes. The problem stems from DOM side-effects and requires special handling similar to `<html>`/`<body>`. Maintainers are actively working on a fix, indicating this is not a trivial issue.
React version: 19.2
Activity<title> component to each component wrapped in Activityhidden to visibleLink to code example: https://github.com/nilshartmann/react-activity-title
Activity<Activity mode="visible"> renders a component that itself renders <title>two</title>, but actually the tab title is set to three (rendered by a <title>-component inside a child component of <Activity mode="hidden">)<title> in the <Activity mode="visible"> component should affect the browser titleClaim this issue to let others know you're working on it. You'll earn 20 points when you complete it!