Open pedropeixoto opened 7 years ago
crosstab relies on the storage change event, everything else about it is pretty trivial. I would recommend starting by debugging whether the change event is firing. https vs http would affect this.
@pedropeixoto I am also using the same libraries and have the same issue between Chrome and Firefox. Did you find any solution to it?
I need to persist my state in another tab, for that I'm using redux-persist@4.8.0 and redux-persist-crosstab@3.6.0
The first tab is https://example.com/ and the second tab is http://example.com/link.
On Chrome, it persists the state correctly, but on Firefox it doesn't persist at all.
Any ideas why?