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

Namespace PropTypes #36

Closed
chrisknu opened this issue Apr 24, 2017 · 2 comments
Closed

Namespace PropTypes #36

chrisknu opened this issue Apr 24, 2017 · 2 comments

Comments

@chrisknu
Copy link

Import { PropTypes } from 'react-metrics' may collide with the PropTypes from 'https://www.npmjs.com/package/prop-types'

Suggest namespacing to this package

@coluccini
Copy link

You can avoid collides by importing with an alias

Import { PropTypes as MetricsPropTypes } from 'react-metrics'

@LGCambra
Copy link
Member

Closed by #38 and #42.

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 a pull request may close this issue.

3 participants