react-flexbox
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -77,3 +77,2 @@ 'use strict'; | ||
value: function render() { | ||
console.log('react render'); | ||
var style = mixProps({}, this.props); | ||
@@ -83,3 +82,2 @@ if (this.props.auto) { | ||
} | ||
console.log('before'); | ||
return _react2['default'].createElement( | ||
@@ -86,0 +84,0 @@ 'div', |
{ | ||
"name": "react-flexbox", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "React flexbox implementation", | ||
@@ -5,0 +5,0 @@ "author": "Thomas Coopman @tcoopman", |
@@ -47,3 +47,2 @@ import React from 'react'; | ||
render() { | ||
console.log('react render'); | ||
const style = mixProps({}, this.props); | ||
@@ -53,5 +52,4 @@ if (this.props.auto) { | ||
} | ||
console.log('before'); | ||
return <div {...this.props} style={style}>{this.props.children}</div>; | ||
} | ||
} |
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
11046
197