supasate / connected-react-router

A Redux binding for React Router v4
MIT License
4.73k stars 593 forks source link

location.state useless when ssr using #513

Open cruperman opened 3 years ago

cruperman commented 3 years ago

Location change on ssr does not work as expected in cases, when location.state used

I need to sync window.location.state after application hydrate

Can you make it easier and expected?