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 bfbd0a9 commit 401c947Copy full SHA for 401c947
src/ScrollSyncPane.js
@@ -28,8 +28,7 @@ export default class ScrollSyncPane extends Component {
28
enabled: PropTypes.bool,
29
innerRef: PropTypes.oneOfType([// Either a function
30
PropTypes.func,
31
- // Or the instance of a DOM native element (see the note about SSR)
32
- PropTypes.shape({ current: PropTypes.instanceOf(Element) })])
+ PropTypes.shape({ current: PropTypes.any })])
33
};
34
35
static defaultProps = {
0 commit comments