Leonard O' Sullivan
Leonard O' Sullivan
Looks to be related to this: https://github.com/spulec/moto/pull/5589 which has been patched in upstream moto
I'm not sure if this needs to up be updated to work with V5 of redux persist. I have been using redux-persist v5.9.1 with the latest version of redux-persist-transform-expire successfully....
@pekq @adamtay This transform is V5 compatible. Have a look at my comment above. Using a similar config you can use this with V5. If you are still having issues...
Hey @appjitsu, this is what my reducer looked like for this particular use case: ``` import moment from "moment"; import { START_FETCH_OPTIONS, FETCH_OPTIONS_SUCCESS, FETCH_OPTIONS_FAILURE } from "../actions/CryptoActions"; export default function...