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

It is impossible to store falsy values #9

Open
NotWearingPants opened this issue Jun 30, 2020 · 0 comments
Open

It is impossible to store falsy values #9

NotWearingPants opened this issue Jun 30, 2020 · 0 comments

Comments

@NotWearingPants
Copy link

It is impossible to store values such as false or 0 using this plugin.

Change the || here to ??, or use .hasOwnProperty instead.

const value = local[key] || schema[key]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant