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
When using the Remote DevTools, the dispatch history is only visible for a short time once a breakpoint is hit in the code. I assume this is because the web-socket stops reporting while the code is paused, but it becomes very frustrating when you're tracing actions and code and then everything disappears and you can't see any of your actions anymore.
Steps to reproduce:
Connect to remote devtools using npx remotedev and custom local server
Do some things to populate your dispatch history
Pause on a breakpoint and wait about 5-10 seconds. Dispatch history will go blank in remote dev tools.