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: add prop-types to dependencies #280

Merged
merged 1 commit into from
Mar 12, 2019

Conversation

nolanlawson
Copy link

It's probably a rude awakening for some people when they use emoji-mart and it complains that prop-types are missing. I checked our build output, and the only third-party libraries we require are react and prop-types, but react is already specified as a peerDependency.

I looked to see how other React component libraries do it, and it seems react-virtualized uses a dependency, not a peerDependency, for prop-types. So it seems reasonable for us to do the same.

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.

1 participant