Addon
Addon copied to clipboard
Extension breaks react-router HashRouter based URL routing when using React 18 client side rendering
This extension somehow modifies the URL hash to be URL escaped when loading an React app which uses react-router with HashRouter. The problem starts happening as soon as such an application updates to React 18 and enables the new rendering.
See https://github.com/remix-run/react-router/issues/8842 for the corresponding issue on the react-router project. I do not know what exactly causes the issue or why this happens now with React 18 but i suggest to investigate further as more and more apps will use the new React 18 client side renderer.