andreworobator
08/28/2019, 5:00 PMStoreSubscriber
isn't defined as (State) -> Unit
? If it was, you could just completely get rid of Store#getState. Or would you need it for testing? Haven't gotten too far, just going through createStore(...)
to start