react-scroll-sync
Advanced tools
Comparing version
@@ -852,5 +852,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
innerRef: _propTypes2.default.oneOfType([// Either a function | ||
_propTypes2.default.func, | ||
// Or the instance of a DOM native element (see the note about SSR) | ||
_propTypes2.default.shape({ current: _propTypes2.default.instanceOf(Element) })]) | ||
_propTypes2.default.func, _propTypes2.default.shape({ current: _propTypes2.default.any })]) | ||
}; | ||
@@ -857,0 +855,0 @@ ScrollSyncPane.defaultProps = { |
{ | ||
"name": "react-scroll-sync", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "Synchronize scroll positions across multiple scrollable containers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -31,4 +31,3 @@ /* eslint react/no-find-dom-node: 0 */ | ||
PropTypes.func, | ||
// Or the instance of a DOM native element (see the note about SSR) | ||
PropTypes.shape({ current: PropTypes.instanceOf(Element) })]) | ||
PropTypes.shape({ current: PropTypes.any })]) | ||
}; | ||
@@ -35,0 +34,0 @@ |
Sorry, the diff of this file is not supported yet
137148
-0.23%1601
-0.19%