Rokas Milasevicius
Rokas Milasevicius
When we reset our state and purge storage, state is not persisted anymore - running persistor.persist() solves this issue. Example code: ```javascript export function logout() { return async dispatch =>...
Cannot reproduce, closing for now.
Will look into this issue later this week. PR's are welcome!
> how about local shortcuts/modules, what is group are they? > > defining that in `tsconfig.json` > > ```json > "paths": { > "@/*": ["src/*"], > "@components": ["src/components"], > "@store":...