react-scroll
Advanced tools
Comparing version 0.27.0 to 0.28.0
@@ -107,3 +107,4 @@ "use strict"; | ||
componentDidMount: function() { | ||
scroller.register(this.props.name, ReactDOM.findDOMNode(this)); | ||
var domNode = ReactDOM.findDOMNode(this); | ||
scroller.register(this.props.name, domNode); | ||
}, | ||
@@ -110,0 +111,0 @@ componentWillUnmount: function() { |
{ | ||
"name": "react-scroll", | ||
"version": "0.27.0", | ||
"version": "0.28.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
12402
327