tshaddix / webext-redux

A set of utilities for building Redux applications in Web Extensions.
MIT License
1.22k stars 179 forks source link

When opening extension in multiple browser windows store gets reset #263

Open whuey1992 opened 3 years ago

whuey1992 commented 3 years ago

I'm not sure if anyone else is encountering this, but intermittently when I have two instances of the same chrome extensions opens in two chrome browser windows, the store resets. I checked the background logs and there is no update that is causing it and I inspected the store state when my render is recalled and I see that first render the store is correct, then it resets on the second render