-
Notifications
You must be signed in to change notification settings - Fork 1k
Using an instanceId #144
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
Comments
@3cooper, by default it autoselect the instance. If you want to see the information for specific instance, you should select it explicitly BTW, |
I did open devtools in a window. I have also now removed the instanceId. I see both my instances in the menu but when i switch between them they are the same. When it loads I see my first instance and it has many actions logged. Then I click a button that loads another component onto the page. When that new component loads I can see both instances in the devtools window but when I switch between them they contain the same information which is the INIT action for the most recently added store. It seems to have lost the information that was previously in there for the first store and overwritten it with the new one. |
Fixed in |
I'm using version 2.0.1. I calling the store like this:
I have this again for another component with MyName2. MyName component loads first and I can see its information devtools. Once I load a second component with MyName2, the data in the inspector for MyName is replaced by the data for MyName2. I can select between both stores but the data is the same. Am I doing something wrong?
The text was updated successfully, but these errors were encountered: