Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(docs) remove unintended change from default merge behaviour to identical but manual one #2661

Merged
merged 1 commit into from
Aug 4, 2024

Commits on Aug 2, 2024

  1. remove unintended change from default merge behaviour to identical bu…

    …t manual one
    
    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
    vorant94 committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4e239c8 View commit details
    Browse the repository at this point in the history