-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I'm using typescript and when I added your library to my projet I got this error and it wont compile.
Even if I modify the code to add an argument It wont compile. Here's the error :
C:/Users/xxx…
-
I noticed version 7.17.0 added `@storybook/preview-api` to shipped dependencies. I grepped the whole shipped javascript code and did not find any references to storybook — that means it should be in d…
-
````cli
$ npm install react-redux-universal-hot-example --save-dev
> react-router@2.0.0 postinstall C:\Users\Private\Development\web\react-shop\node_modules\react-router
> node ./npm-scripts/po…
-
My TypeScript source files have some eslint ignore lines in them next to imports at the top of the file; but when I run import-sort on them, it moves them after all of the imports so they no longer ap…
-
Firstly, this looks like a amazing library, so thanks for all your hard work !!!
We are currently using mobx and are looking to use this router, however I we would prefer not to take a dependency o…
-
Hi Micheal,
Is it possible to add params to the router object in state shape? Or can you advise how to get to params?
The reason for this is that I recently came across your package from your m…
-
```
import React from 'react';
import App from 'next/app';
import Head from 'next/head';
import {Provider} from 'react-redux';
import withRedux from 'next-redux-wrapper';
import ThemeProvider fr…
-
I'm not sure if it is me or a bug, but during development when I need to refresh the page then multiple `[HMR] Waiting for update signal from WDS...` messages along other logs like the app would reloa…
-
- Create React App.
- Install [React Redux](https://react-redux.js.org/), [Redux Logger](https://www.npmjs.com/package/redux-logger) and [React Router](https://reactrouter.com/web/guides/quick-start)…