Comparing version 3.6.2 to 3.6.3
@@ -69,3 +69,3 @@ 'use strict'; | ||
if (!_react2['default'].isValidElement(text) && 'children' in text) { | ||
if (typeof text !== 'string' && !_react2['default'].isValidElement(text) && 'children' in text) { | ||
text = text.children; | ||
@@ -72,0 +72,0 @@ } |
{ | ||
"name": "rc-table", | ||
"version": "3.6.2", | ||
"version": "3.6.3", | ||
"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
21499