jamesknelson / starter-kit

Project boilerplate using React, Redux and Uniloc
http://unicornstandard.com/packages/boilerplate.html
462 stars 42 forks source link

batchedSubscribe brokes async dispatches #16

Open samogot opened 7 years ago

samogot commented 7 years ago

batchedSubscribe enchants store after applying middlewares. As batchedSubscribe replaces dispatch, async actions based on reduxThunk middleware won't trigger notifications.