You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
Please before you make an issue remove all node_modules and lockfiles and re-install.
Likely the issue will be resolved. If not, please do make an issue and we can take a look what's wrong.
right now the addon does not recognize the propTypes if using the new prop-types module.
import {PropTypes} from 'react'
import PropTypes from 'prop-types'
The text was updated successfully, but these errors were encountered: