remix-run / react-router

Declarative routing for React
https://reactrouter.com
MIT License
53.3k stars 10.33k forks source link

[Bug]: Meta tags for catchall routes disappear on hash navigation #12382

Open markdalgleish opened 4 days ago

markdalgleish commented 4 days ago

What version of React Router are you using?

7.0.1

Steps to Reproduce

Reproduction: https://github.com/markdalgleish/react-router-bug-missing-meta-hash-link

Expected Behavior

Meta tags for the catchall route stay in the page on hash navigation.

Actual Behavior

Meta tags for the catchall route disappear on hash navigation.