agiledigital / typed-redux-saga

An attempt to bring better TypeScript typing to redux-saga.
MIT License
315 stars 33 forks source link

Failing test for when a generator with a race is called #669

Open pepijn-motosumo opened 2 years ago

pepijn-motosumo commented 2 years ago

I think the inferred return type is incorrect when you call a generator that in turn does a race. The test in this draft PR is the minimal example I could come up with. I don't know how to attempt to fix this. :-)