You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Page title is set based on a useEffect hook that will only fire if the props of a component change. However, if a sub-component attempts to override the title of a higher-level component, and is then unmounted, the higher-level useEffect won't necessarily re-fire and update the title to its previous value.
The text was updated successfully, but these errors were encountered:
Page title is set based on a useEffect hook that will only fire if the props of a component change. However, if a sub-component attempts to override the title of a higher-level component, and is then unmounted, the higher-level useEffect won't necessarily re-fire and update the title to its previous value.
The text was updated successfully, but these errors were encountered: