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

Fix hasOwnProperty problem #2178

Merged
merged 1 commit into from
Jan 7, 2020

Conversation

BjoernRave
Copy link
Contributor

Closes #2138

This should fix the problem with hasOwnProperty sometimes throwing an error.

The fix was suggested by @emrosenf and is based on this issue

@vercel
Copy link

vercel bot commented Jan 7, 2020

This pull request is being automatically deployed with ZEIT Now (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jan 7, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 4dde40b:

Sandbox Source
Formik TypeScript Playground Configuration

@jaredpalmer jaredpalmer merged commit ccedee6 into jaredpalmer:master Jan 7, 2020
@BjoernRave BjoernRave deleted the fix-hasOwnProperty branch January 7, 2020 18:41
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

Successfully merging this pull request may close these issues.

values.hasOwnProperty is not a function in v2
2 participants