react-scroll
Advanced tools
Comparing version 0.22.0 to 0.23.0
@@ -96,3 +96,3 @@ "use strict"; | ||
componentDidMount: function() { | ||
scroller.register(this.props.name, this.getDOMNode()); | ||
scroller.register(this.props.name, React.findDOMNode(this)); | ||
}, | ||
@@ -99,0 +99,0 @@ componentWillUnmount: function() { |
{ | ||
"name": "react-scroll", | ||
"version": "0.22.0", | ||
"version": "0.23.0", | ||
"description": "A scroll component for React.js", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11896