randallknutson / redux-injector

Allows dynamically injecting reducers into a redux store at runtime
59 stars 14 forks source link

Fix force #15

Open deeNewearth opened 6 years ago

deeNewearth commented 6 years ago

The force parameter should force the exiting reducer to be replaced, even if the key exists.