Talor Hammond
Talor Hammond
nwsapi was a sub-dependency of `jsdom`, so I switched my test environment to `happy-dom` instead of overriding nwsapi [ymmv]
+1  `createRoutineCreator` and `defaultRoutineStages` aren't "available" in @types/redux-saga-routines module Necessary if we want to create new routines that are strongly-typed
@Abror1997 here's a solution i came up with; it's not perfect Custom routine creator with strong typing  Custom routine creator type 
@JessicaBunyan you'll need `@types/redux-saga-routines`
> >  > > `createRoutineCreator` and `defaultRoutineStages` aren't "available" in @types/redux-saga-routines module > @JessicaBunyan just remembered, these two^ don't have type declarations in the @types package ): I've had...