ywana-core8 0.0.418 → 0.0.419

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1936,9 +1936,10 @@ var TokenField = function TokenField(_ref) {
1936
1936
  }
1937
1937
  }
1938
1938
 
1939
+ var tks = Array.isArray(tokens) ? tokens : [];
1939
1940
  return /*#__PURE__*/React.createElement("div", {
1940
1941
  className: "tokenField"
1941
- }, /*#__PURE__*/React.createElement("label", null, label), tokens.map(function (text, index) {
1942
+ }, /*#__PURE__*/React.createElement("label", null, label), tks.map(function (text, index) {
1942
1943
  return /*#__PURE__*/React.createElement(Token, {
1943
1944
  text: text,
1944
1945
  onDelete: function onDelete() {