acdlite / redux-router

Redux bindings for React Router – keep your router state inside your Redux store
MIT License
2.3k stars 200 forks source link

breaks redux-devtools TypeError: Converting circular structure to JSON(…) #131

Closed datpham23 closed 9 years ago

datpham23 commented 9 years ago

When plugging in redux-router into my application i'm getting this error: TypeError: Converting circular structure to JSON(…)

datpham23 commented 9 years ago

Figured out the problem. I have tool that serialize the actions for replay and it doesn't like the @@reduxReactRouter/replaceRoutes action when you try to serialize it.