connected-next-router icon indicating copy to clipboard operation
connected-next-router copied to clipboard

A Redux binding for Next.js Router compatible with Next.js.

Results 21 connected-next-router issues
Sort by recently updated
recently updated
newest added

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Hi there, this is less of an issue and more of a request. Could you maybe make an example of how to use this with redux.toolkit and slices? I tryed...

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

```bash npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: undefined@undefined npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"18.0.0"...

Bumps [next](https://github.com/vercel/next.js) from 12.0.8 to 12.1.0. Release notes Sourced from next's releases. v12.1.0 Core Changes Relay Support in Rust Compiler: #33702 fix eslint link-passhref rule: #33857 update webpack: #33831 Flush...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Does this not take [basePath](https://nextjs.org/docs/api-reference/next.config.js/basepath) into consideration? I have "/frontend" as my `basePath` and I'm seeing this in the logs (using redux-logger): ``` CHANGED: router.location.href /frontend/auth/login → /auth/login CHANGED: router.location.pathname...

Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.2 to 1.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-path-relative&package-manager=npm_and_yarn&previous-version=1.0.2&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Doesn't seem to work with https://github.com/omnidan/redux-undo

Replace method is not working . Expected is for this to work as it does in connected-react-router ``` const state = store.getState() store.dispatch( replace({ pathname: state.router.location.pathname, search: { ...state.router.location.search, ...action.pushToUrl...