-
Hello,
Please refer to this [codesandbox](https://codesandbox.io/s/w7y6okrz1w)
I've created two components, one is `ContentWithHocs` and the other is `ContentWithHooks`
From the App component, …
-
### Expected Behavior
should support react-router 4.4.0 version
### Actual Behavior
RoutedAnchor not working with "react-router-dom" version 4.4.0
using it, will print an error on conso…
-
When installing MobX 5+, NPM will fire warnings of react-mobx-router5's dependencies because it requires ^4.0.0. Can this be adjusted to (also) be compatible with ^5.0.0 ?
```
npm WARN mobx-router…
-
_From @rogerhutchings on December 5, 2017 15:46_
_Copied from original issue: zooniverse/panoptesjs#1_
-
Using the example "sidebar", I added this code to test the memory leak.
``` js
var current = false;
var flop = function() {
if(current) {
browserHistory.push('/sidebar/category/Burgers/Buffalo…
-
When installing MobX 5+, NPM will fire warnings of react-mobx-router5's dependencies because it requires ^4.0.0. Can this be adjusted to (also) be compatible with ^5.0.0 ?
```
npm WARN mobx-router…
-
Добрый день,
Столкнулся с тем, что один из самых популярных роутеров https://github.com/ReactTraining/react-router не очень хорошо интегрируется с системой vkui activeView/activePanel.
Было бы з…
-
Here's a simple example, using react-router5 stackblitz. The `compose` route should be prevented from deactivating, but it isn't.
https://stackblitz.com/edit/react-router5-hqt5jr?file=index.js
A…
-
Hi,
I have a page with a large number of Link elements (around 6000, it's a large table). When I navigate away from this page by clicking one of the links, react-router5 directly results in a 6 min…
-
For performance reasons we are cloning the routerInstance each time:
```javascript
const routerInstance = createRouter(routes, {
trailingSlash: true,
})
.usePlugin(
browserPlugin({…