Open MEANyehoon opened 6 years ago
I run machine in Redux middleware, like redux-observable. So I have a problem:
states: { 'S1': { onEntry: ['A1'], on: { 'E1': {target: 'S2', actions: ['A2']} } }, 'S2': {} }
'A1' is a Redux action, that's OK. But 'A2' is a component action, like addEventListener, how can i do? My English is not very good.. Thanks
I run machine in Redux middleware, like redux-observable. So I have a problem:
'A1' is a Redux action, that's OK. But 'A2' is a component action, like addEventListener, how can i do? My English is not very good.. Thanks