Steven Oxi Wonders

Results 2 issues of Steven Oxi Wonders

I created a saga very similar to the one found in the redux-saga docs https://redux-saga.js.org/docs/advanced/RacingEffects.html ```JavaScript function* backgroundTask() { while (true) { yield delay(1000) yield put({ type: 'poke' }) }...

## Environment ``` System: OS: macOS Mojave 10.14.6 CPU: (8) x64 Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz Memory: 20.16 MB / 16.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 10.16.3...

bug