wwayne / redux-reset

Give redux the ability to reset the state
MIT License
96 stars 7 forks source link

add enhancer #4

Closed gorangajic closed 7 years ago

gorangajic commented 7 years ago

createStore accept three arguments (reducer, [preloadedState], [enhancer]) this enables redux dev tools to work while using redux-reset

wwayne commented 7 years ago

Look good to me, Thanks : )