I am using xstate for state management in a angular project. I did the
this.service = interpret(machine, { devTools: true }).start();
when starting up my machine but the redux dev tool is not picking up any event from my project. are there any additional setup required other than adding the redux extension.