We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting a library error. does react-title-component work with React 16?
./node_modules/react-title-component/lib/Title.js node_modules/react-title-component/lib/Title.js:29
> 29 | var oneOfType = _React$PropTypes.oneOfType; 30 | var string = _React$PropTypes.string; 31 | var func = _React$PropTypes.func; 32 |
The text was updated successfully, but these errors were encountered:
Getting this same error as well. Not sure that this is compatible with React 16.
Sorry, something went wrong.
same error, bother me a lot
it seems it's not compatible with React 16. Does anyone has any alternative?
No branches or pull requests
I'm getting a library error. does react-title-component work with React 16?
./node_modules/react-title-component/lib/Title.js
node_modules/react-title-component/lib/Title.js:29
> 29 | var oneOfType = _React$PropTypes.oneOfType;
30 | var string = _React$PropTypes.string;
31 | var func = _React$PropTypes.func;
32 |
The text was updated successfully, but these errors were encountered: