indicator-ui 0.1.105 → 0.1.106

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.js CHANGED
@@ -63034,11 +63034,11 @@ function Breadcrumbs(props) {
63034
63034
  var childrenArray = react__WEBPACK_IMPORTED_MODULE_2___default().Children.toArray(children);
63035
63035
  return childrenArray.map(function (item, idx) {
63036
63036
  var isLast = idx === childrenArray.length - 1;
63037
- return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment, {
63037
+ return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)((react__WEBPACK_IMPORTED_MODULE_2___default().Fragment), {
63038
63038
  children: [item, !isLast && (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_Divider__WEBPACK_IMPORTED_MODULE_4__.Divider, {
63039
63039
  type: type
63040
63040
  })]
63041
- });
63041
+ }, idx);
63042
63042
  });
63043
63043
  }, [children]);
63044
63044
  var Component = as || 'div';