rt2zz / redux-action-buffer

Buffer Redux Actions
MIT License
79 stars 6 forks source link

import { REHYDRATE } from 'redux-persist/lib/constants'; not 'redux-persist/constants' #19

Closed luojxxx closed 6 years ago

luojxxx commented 6 years ago

Changing that fixed the problem that I had with the example code. (Basically it was saying it couldn't find that module)

cmelgarejo commented 6 years ago

I had this same issue with my app, and gave a really cryptic error on a transform module, granted I didn't followed the updates on this redux-persist but when there are namespace changes would be nice to have a warning thrown at you instead of an babel transform error

rt2zz commented 6 years ago

thanks, resolved: https://github.com/rt2zz/redux-action-buffer/commit/6759c57bd4a69c536aab42ab83123f261dbb55b6