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
Warning: Failed prop type: Invalid prop childrenof typeobjectsupplied toSticky, expected a single ReactElement type.
Warning: Failed prop type: Invalid prop
of type
supplied to
, expected a single ReactElement type.
The children prop should be PropTypes.element, not PropTypes.elementType.
children
PropTypes.element
PropTypes.elementType
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Warning: Failed prop type: Invalid prop
childrenof type
objectsupplied to
Sticky, expected a single ReactElement type.
The
children
prop should bePropTypes.element
, notPropTypes.elementType
.The text was updated successfully, but these errors were encountered: