x-ui-design 0.8.29 → 0.8.31
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.esm.js +0 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/lib/components/Popover/Popover.tsx +0 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -5601,7 +5601,6 @@ const Popover = ({
|
|
|
5601
5601
|
if (! /*#__PURE__*/isValidElement(child)) {
|
|
5602
5602
|
child = /*#__PURE__*/React.createElement("div", null, child);
|
|
5603
5603
|
}
|
|
5604
|
-
console.log(index);
|
|
5605
5604
|
return /*#__PURE__*/cloneElement(child, {
|
|
5606
5605
|
key: index,
|
|
5607
5606
|
...(index === 0 ? {
|