Addon icon indicating copy to clipboard operation
Addon copied to clipboard

Extension breaks react-router HashRouter based URL routing when using React 18 client side rendering

Open longsleep opened this issue 3 years ago • 0 comments

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.

longsleep avatar May 04 '22 12:05 longsleep