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