react-scroll
Advanced tools
Comparing version 0.23.0 to 0.26.0
"use strict"; | ||
var React = require('react'); | ||
var ReactDOM = require('react-dom'); | ||
var animateScroll = require('./animate-scroll'); | ||
@@ -96,3 +97,3 @@ var scrollSpy = require('./scroll-spy'); | ||
componentDidMount: function() { | ||
scroller.register(this.props.name, React.findDOMNode(this)); | ||
scroller.register(this.props.name, ReactDOM.findDOMNode(this)); | ||
}, | ||
@@ -99,0 +100,0 @@ componentWillUnmount: function() { |
{ | ||
"name": "react-scroll", | ||
"version": "0.23.0", | ||
"version": "0.26.0", | ||
"description": "A scroll component for React.js", | ||
@@ -29,4 +29,4 @@ "main": "lib", | ||
"peerDependencies": { | ||
"react": ">=0.12.0" | ||
"react": ">=0.13.0" | ||
} | ||
} |
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
11936
319