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

Use readonly for lodash4 pickBy and omitBy #3648

Merged

Conversation

klaesra
Copy link
Contributor

@klaesra klaesra commented Nov 18, 2019

I was trying to use omitBy and pickBy on some properly defined $ReadOnly props, but was unable to due to the definitions of pickBy and omitBy.

Updated the definitions and it works. Figured I'd pass along my findings to the community :)

  • Type of contribution: fix

Other notes: Please enlighten me if you find my PR lacking.

@AndrewSouthpaw
Copy link
Contributor

Great, thanks!

@AndrewSouthpaw AndrewSouthpaw merged commit 1f8868a into flow-typed:master Dec 11, 2019
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.

None yet

2 participants