We can find them with - ```regex yield\* (?!(select|call|put|fork|all|take|delay|action|race)) ``` `yield* setStep(TransactionStep.Preview)` should use `yield* call(setStep` - ```regex function\* \( ``` `fork(function* () {` should have a function name
We can find them with
yield* setStep(TransactionStep.Preview)should useyield* call(setStepfork(function* () {should have a function name