hadron-react-components
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -21,4 +21,4 @@ 'use strict'; | ||
var FormInput = function (_React$Component) { | ||
_inherits(FormInput, _React$Component); | ||
var FormInput = function (_React$PureComponent) { | ||
_inherits(FormInput, _React$PureComponent); | ||
@@ -148,3 +148,3 @@ function FormInput() { | ||
return FormInput; | ||
}(React.Component); | ||
}(React.PureComponent); | ||
@@ -151,0 +151,0 @@ FormInput.propTypes = { |
@@ -7,3 +7,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/hadron-react/packages/hadron-react-components", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"repository": { | ||
@@ -10,0 +10,0 @@ "type": "git", |
@@ -8,3 +8,3 @@ const React = require('react'); | ||
*/ | ||
class FormInput extends React.Component { | ||
class FormInput extends React.PureComponent { | ||
@@ -11,0 +11,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
113370