You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I lost a good bit of time trying to figure out why my actions weren't showing up and after playing with autoselect instances setting for a bit the started showing up again. I saw that this is related to the persist button somehow but is there any documentation anywhere that walks through what the various buttons do in the app?
The text was updated successfully, but these errors were encountered:
We'll the description of the buttons in the new UI like so:
However, it would be helpful to have it in the docs as well. The current issue with persist button is that we don't have toggle buttons (which is implemented in the new UI, see the first button from the top), so there's no clue if the history is persisted. When it is, on every page reload, you should get the same state and have the actions history persisted.
Not sure though if that's the issue you've experienced. When you select a specific instance (which is done by default when you use the extension from Chrome devpanel), you'll get only updates of that one. When choosing to autoselect instances, it will show the updates for the instance which last time had an action dispatched.
I lost a good bit of time trying to figure out why my actions weren't showing up and after playing with autoselect instances setting for a bit the started showing up again. I saw that this is related to the persist button somehow but is there any documentation anywhere that walks through what the various buttons do in the app?
The text was updated successfully, but these errors were encountered: