victory-core
Advanced tools
Comparing version 35.9.2 to 35.9.3
@@ -76,2 +76,7 @@ import _isPlainObject from "lodash/isPlainObject"; | ||
var nestedChild = firstChild.props.children && firstChild.props.children[0]; | ||
if (!nestedChild) { | ||
return undefined; | ||
} | ||
barWidth = nestedChild.props.barWidth; | ||
@@ -78,0 +83,0 @@ dataLength = firstChild.props.children.length; |
@@ -105,2 +105,7 @@ "use strict"; | ||
var nestedChild = firstChild.props.children && firstChild.props.children[0]; | ||
if (!nestedChild) { | ||
return undefined; | ||
} | ||
barWidth = nestedChild.props.barWidth; | ||
@@ -107,0 +112,0 @@ dataLength = firstChild.props.children.length; |
{ | ||
"name": "victory-core", | ||
"version": "35.9.2", | ||
"version": "35.9.3", | ||
"description": "Victory Core", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -60,2 +60,5 @@ import { | ||
firstChild.props.children && firstChild.props.children[0]; | ||
if (!nestedChild) { | ||
return undefined; | ||
} | ||
barWidth = nestedChild.props.barWidth; | ||
@@ -62,0 +65,0 @@ dataLength = firstChild.props.children.length; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
2278221
46686