elgerlambert / redux-localstorage

Store enhancer that syncs (a subset) of your Redux store state to localstorage.
MIT License
1.32k stars 107 forks source link

Action dispatch/reduce order problem #67

Open alanshaw opened 7 years ago

alanshaw commented 7 years ago

Using 1.0.0-rc5 with the AsyncStorage adapter I'm seeing that two actions dispatched at very similar times are reduced in the wrong order.