ywana-core8 0.0.416 → 0.0.417

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.
package/dist/index.umd.js CHANGED
@@ -4150,13 +4150,14 @@
4150
4150
  });
4151
4151
 
4152
4152
  case FORMATS.TOKENS:
4153
+ var init = Array.isArray(value) ? value : [];
4153
4154
  return /*#__PURE__*/React__default["default"].createElement(TokenField, {
4154
4155
  id: id,
4155
4156
  label: label,
4156
4157
  onChange: change,
4157
4158
  readOnly: !editable,
4158
4159
  options: buildOptions(),
4159
- init: value
4160
+ init: init
4160
4161
  });
4161
4162
 
4162
4163
  default: