Ivan Lagunovsky

Results 10 comments of Ivan Lagunovsky

@lovewinders @zygimantas-gylys You can try [https://github.com/lagunovsky/redux-react-router](https://github.com/lagunovsky/redux-react-router) Requires `react-router v6` and `history v5` API like for the `connected-react-router`

If you are starting a new project, you can try [lagunovsky/redux-react-router ](https://github.com/lagunovsky/redux-react-router) based on React Router v6 and History v5

Thank you! I have a number of comments, I will write them in my next free time.

You need to change the "module" option to es2015 or older

I don't think it's possible. Because of new data APIs like loaders, actions, fetchers. PR is welcome.

At first sight `createBrowserRouter()` != ``

```js { chainName: 'ETH-ERC20', network: 'ERC20', } ```

Workaround ```diff // package.json "scripts": { + "prepare": "node prepare.js", } ``` ```js // prepare.js import path from 'path' import {readFileSync, writeFileSync} from 'fs' const modules = path.resolve(`node_modules`) const destination...