Using the StaticRouter, links only work with javascript turned off.
After hydration, clicking on links does nothing.
<Link reloadDocument> makes it work, but by depending on the default browser behavior.
Do I need to use another router to make client-side navigation work?