react-vis
Advanced tools
Comparing version 1.10.2 to 1.10.3
@@ -593,9 +593,8 @@ 'use strict'; | ||
return _react2.default.cloneElement(child, _extends({}, dimensions, { | ||
animation: animation, | ||
animation: animation | ||
}, dataProps && child.prototype && !child.prototype.render ? { | ||
ref: function ref(_ref2) { | ||
if (dataProps) { | ||
_this9['series' + seriesProps[index].seriesIndex] = _ref2; | ||
} | ||
return _this9['series' + seriesProps[index].seriesIndex] = _ref2; | ||
} | ||
}, seriesProps[index], scaleMixins, child.props, XYPlotValues[index], dataProps)); | ||
} : {}, seriesProps[index], scaleMixins, child.props, XYPlotValues[index], dataProps)); | ||
}); | ||
@@ -602,0 +601,0 @@ } |
@@ -573,9 +573,8 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); | ||
return React.cloneElement(child, _extends({}, dimensions, { | ||
animation: animation, | ||
animation: animation | ||
}, dataProps && child.prototype && !child.prototype.render ? { | ||
ref: function ref(_ref2) { | ||
if (dataProps) { | ||
_this9['series' + seriesProps[index].seriesIndex] = _ref2; | ||
} | ||
return _this9['series' + seriesProps[index].seriesIndex] = _ref2; | ||
} | ||
}, seriesProps[index], scaleMixins, child.props, XYPlotValues[index], dataProps)); | ||
} : {}, seriesProps[index], scaleMixins, child.props, XYPlotValues[index], dataProps)); | ||
}); | ||
@@ -582,0 +581,0 @@ } |
{ | ||
"name": "react-vis", | ||
"version": "1.10.2", | ||
"version": "1.10.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Visualization Team <visualization@uber.com>", |
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
1731234
23598