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
Hey guys,
After fixing the React.PropTypes issue and confirming the import of the module in my project, i stumbled on this problem.
Any way forward please?
The text was updated successfully, but these errors were encountered:
@SirPhemmiey inside the index.js of this lib change the import statements.
Instead of import {Component, PropTypes} from 'react'
use import {Component} from 'react'; import PropTypes from 'prop-types';
Hey guys,
After fixing the React.PropTypes issue and confirming the import of the module in my project, i stumbled on this problem.
Any way forward please?
The text was updated successfully, but these errors were encountered: