You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe it's question not about extensions only. I can remove action in devtools, but I have side effect to browser hash and I can't imagine how I can revert url to the previous state. Maybe you have thoughts about it.
Thanks!
The text was updated successfully, but these errors were encountered:
Unfortunately, I don't see how we can handle it completely here. Side effects should be reverted by the middleware / function caused that. We'll not be able to downgrade them from the extension (as in your example to change the location hash back).
Not sure how universal the solution is, but in v2.7 we can lock the changes and dispatch the actions explicitely without having any side effects. More details in [the blog post](Redux DevTools Extension v2.7).
Feel free to reopen the issue if you have any ideas how to implement it better.
Maybe it's question not about extensions only. I can remove action in devtools, but I have side effect to browser hash and I can't imagine how I can revert url to the previous state. Maybe you have thoughts about it.
Thanks!
The text was updated successfully, but these errors were encountered: