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 (sometimes it resubscribe the data correctly… but resubscribe ).
Is this an mistake by me?
Are there better other solutions and what’s the best practice actually? (Redux/Apollo)