-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Routes linked between tabs/browsers/devices #11
Comments
@muvic08 Can you specify exactly what you're saying? I'm having a hard time understanding your problem. Are you saying that when the app is running, and when you navigate to a different tab in your browser, the app that is running on another tab in another browser functions the same? Sorry if I didn't understand your question, but please do try to explain it better :) |
@ambujpunn Sorry for my poor explanation. Let me try it again. This is how you can replicate the issue:
|
@muvic08 Are you logged in as a user? This happens because locally you are seen as the same user in both the tabs. Hence if you were logged in as different users, that behavior would not be there. Because even in actuality, if the same user is logged onto the same application from two places (if your app allows it), then both clients should get modified. |
@muvic08 Did @ambujpunn answer help you? |
@muvic08 If you need any more explanations, I'd be more than happy to help :) |
In this example, whenever I navigate in one tab/browser to a different view, all the other tabs/devices do the same. I am wondering why the views are coupled this way ... Any ideas?
The text was updated successfully, but these errors were encountered: