We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e085a7e commit 609bdcaCopy full SHA for 609bdca
src/Sticky.jsx
@@ -493,7 +493,7 @@ Sticky.defaultProps = {
493
* Could be a selector representing a node whose bottom should serve as the bottom boudary.
494
*/
495
Sticky.propTypes = {
496
- children: PropTypes.elementType,
+ children: PropTypes.element,
497
enabled: PropTypes.bool,
498
top: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
499
bottomBoundary: PropTypes.oneOfType([
0 commit comments