Multiple instances of store?
I have a class that acts as a MobX store and fetches and stores all the data for a User Profile screen. From this profile screen, the user can then directly navigate to another user's profile screen. However, when this new profile screen is loaded, a...