danielr18 / connected-next-router

A Redux binding for Next.js Router compatible with Next.js.
MIT License
109 stars 30 forks source link

Bugfixes / Improvements #63

Closed laooola closed 3 years ago

laooola commented 3 years ago

Bugfixes

Improvements

laooola commented 3 years ago

@danielr18 I finally had time to update to v4 - thanks for the time and effort you put into this! Unfortunately I ran into some issues with hash changes not being handled properly. It also broke my middleware chain as one of my middlewares relies on the return value being passed up the chain.

danielr18 commented 3 years ago

@laooola Thanks for making these changes, I've released them in v4.0.1

laooola commented 3 years ago

@laooola Thanks for making these changes, I've released them in v4.0.1

@danielr18 thanks for the quick release! works like a charm 👍