createContainer unsubscribe multiple tabs

Hi,
when I get data with createContainer and I have two tabs open and visit the same url (same component etc) all looks nice.

But when I go with one tab to another page, I think it will be unsubscribe my collection and so both tabs change the views but the untouched tab view is wrong :frowning: (sometimes it resubscribe the data correctly… but resubscribe :confused: ).

Is this an mistake by me?
Are there better other solutions and what’s the best practice actually? (Redux/Apollo)

bump*
having the same issue

Can you show the code to demonstrate the issue you are having?