mg-library 1.0.731 → 1.0.732
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/components.js +5 -0
- package/package.json +1 -1
package/components.js
CHANGED
|
@@ -168,6 +168,11 @@ export function MGButton({
|
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
export function MGPopover(props) {
|
|
171
|
+
|
|
172
|
+
console.log('QUE PASA CON POPOVERTRIGGER');
|
|
173
|
+
console.log('PopoverTrigger es:', typeof PopoverTrigger);
|
|
174
|
+
|
|
175
|
+
|
|
171
176
|
const { title, icon, language, callback } = props;
|
|
172
177
|
const [open, setOpen] = useState(false);
|
|
173
178
|
const handleConfirm = async () => {
|