@applica-software-guru/react-admin 1.3.153 → 1.3.154
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/hooks/usePopoverState.d.ts +2 -2
- package/dist/hooks/usePopoverState.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +1 -1
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +1 -1
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +1 -1
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/hooks/usePopoverState.tsx +2 -2
package/dist/react-admin.es.js
CHANGED
|
@@ -8038,7 +8038,7 @@ function n8(e) {
|
|
|
8038
8038
|
}, [e, t]), t;
|
|
8039
8039
|
}
|
|
8040
8040
|
function pp() {
|
|
8041
|
-
const [e, t] = Xe(null), n = !!e, r = Me((l) => t(l == null ? void 0 : l.currentTarget), [t]), o = Me(() => t(null), [t]), a = Me(
|
|
8041
|
+
const [e, t] = Xe(null), n = !!e, r = Me((l) => t((l == null ? void 0 : l.currentTarget) ?? null), [t]), o = Me(() => t(null), [t]), a = Me(
|
|
8042
8042
|
(l) => {
|
|
8043
8043
|
n ? o() : r(l);
|
|
8044
8044
|
},
|