Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unintended change from default merge behaviour to identical bu…
…t manual one (#2661) targeted section of the README talks about integration with redux devtools. to accomplish this the dev needs to define third argument for `set` function. since arguments for `set` function are positional it means he/she needs to define the second, `replace`, argument as well currently README suggests just to use `false` value for `replace` arg i.e. to override the default value by identical manual one, but defined on the dev side. more clean way would be to use `undefined` at the second argument position that will make JS to use the default value, that is defined by lib authors, not dev
- Loading branch information