react-router-component
react-router-component copied to clipboard
Declarative router component for React.
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...
Server-side tests are working, but browser-side tests are really broken. Main issue is that setting props on a router should fire an onNavigate() action, but it doesn't since there is...
I have code like this... ```javascript const MainContent = () => ; ``` I'm receiving this in my jest testing... ``` console.warn node_modules/react-dom/cjs/react-dom.development.js:11494 Warning: componentWillReceiveProps has been renamed, and is...
It says to vaguely to pass a ref, but a ref of what? What object has the navigate method...
Now all routers are automatically added to a list and enabled the use of this.navigate('../other_route') which then takes the parent route to execute navigate on. Not tested but this should...
`onNavigation` should still be called even if you're navigating to an identical route because `react-router-component` does create an entry in its history for it. I don't think it should just...
I apologize if this isn't the correct place to ask my question, but I can't seem to figure this out. I'm currently using version 0.32.2 of the react-router-component and I'm...