Closed Onurbon closed 4 years ago
This also looks slightly strange for actions that dispatch other actions. For example, recording "delete all" action generates this:
await store.dispatch(deleteAll)(); await store.dispatch(deleteItem)("T1"); await store.dispatch(deleteItem)("0.7455664329407665");
I don't think the other two would need to be manually called...
This also looks slightly strange for actions that dispatch other actions. For example, recording "delete all" action generates this:
I don't think the other two would need to be manually called...