Comparing version 3.9.3 to 3.9.4
@@ -76,3 +76,3 @@ 'use strict'; | ||
if (text && typeof text === 'object' && !_react2['default'].isValidElement(text)) { | ||
if (text && Object.prototype.toString.call(text) === '[object Object]' && !_react2['default'].isValidElement(text)) { | ||
tdProps = text.props || {}; | ||
@@ -79,0 +79,0 @@ rowSpan = tdProps.rowSpan; |
{ | ||
"name": "rc-table", | ||
"version": "3.9.3", | ||
"version": "3.9.4", | ||
"description": "table ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
28266