I'm trying to use redux-devtools to debug an NgRX state issue I have in an enterprise Angular (v13) web application, where a race condition causes an action to fire twice.
While trying to use the extension to debug this issue, it seems that some of the actions fired are missing from the action list. I have read about & set the history value in the extension options as seen below, with no improvement:
I noticed the red disclaimer about setting the value as a parameter while configuring it within your code - has anyone managed to do this with an Angular application - or get around the history limiting issue?