React Native Debugger Inspector is not showing any actions after @@INIT
My app is working fine, with the Redux state being updated correctly on dispatch of actions. The State tab shows the correct state values but the Inspector is only showing the very first action @@INIT. It used to show all the actions as they came in but I am not sure what I did to change this behavior. Anyone have ideas on what might be going on?