isomorphic-react
isomorphic-react copied to clipboard
Fix: import correct delay function
You forgot to use named import for delay function. redux-saga default exports the createSagaMiddleware function.
By the way, I loved your react testing course at pluralsight! Thanks!