Open GuillaumeCisco opened 7 years ago
I've just created a PR for fixing this issue: https://github.com/randallknutson/redux-injector/pull/10 It would be great if it could be merged quickly and released on npm.
It allows us to support hot reloading with reducer. I've also made the same change with redux-sagas-injector.
Hey there,
I see in the source code:
What is the purpose of the
force
parameter? IfinjectedReducers
has the reducer key, it won't replace it If we force it by settingsforce
totrue
, it won't replace it either.Should not the
force
parameter set to true replace the reducer even ifinjectedReducers
has it?