-
Hi, I've faced with not working `canDeactivate` by default. I've fixed it by the following code sample:
```js
const router = createRouter([
{ name: 'messages', path: '/messages' },
{ name: '…
-
Direct browser access to `/about` results in `defaultRoute` applied.
Only JS navigation works.
So router basically is not aware that it's alredy "other" page and navigation event had to be sent...
F…
-
I've been using router5 for a while, but not isomorphically, so thx for this!
-
Still the problem with the parameters in the urls, similary to the issue: https://github.com/router5/router5/issues/15
I have the following router configuration:
```
const routes = [
{nam…
-
Let's say I navigate with params: {filter: JSON.srtringify({name: 'test'})},
and final path is /#/table?filter={name:'test'}
which gets decoded in url into /#/table?filter=%7B"name"%3A"test"%7D
T…
-
I know that this project is moved to router5 main project. However, where is the `Link` API documentation? How does it look the `routeOptions` object?
-
When i use "router5": "6.2.1" from demo react-redux-router5 is ok
but i upgrade router5 version to latest 7.0.2, it display this error
4 | var router5ReduxMiddleware = function router5ReduxMidd…
-
In our project we used to have arrays as route.params.
But after last update we got an error with routes comparison.
It happened because of this string: https://github.com/router5/router5/blob/maste…
-
If redux-router5 used as a part of immutable state it creates state updates, which contain plain JS objects.
It causes that you cant use immutable state.getIn(['route', 'params', 'paramName']) to get…
-
Stretch tech : TypeScript && graphQl / Apollo Client
[typeScript]
- npx create-react-app my-app --template typescript
[Router]
- Router5.3.0 : npm install react-router-dom@5.3.0
[ GraphQl ]
npm ini…