@mx-cartographer/experiences 6.3.11-alpha.sms7 → 6.3.11-alpha.sms8
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -18077,7 +18077,7 @@ const G1 = ({
|
|
18077
18077
|
}), Zc = g.forwardRef((e, n) => {
|
18078
18078
|
const [i, a] = g.useState(void 0);
|
18079
18079
|
g.useEffect(() => {
|
18080
|
-
n && n.current && a(n.current.offsetWidth);
|
18080
|
+
n && n.current && (console.log("ref!", n.current.offsetWidth), a(n.current.offsetWidth));
|
18081
18081
|
}, [n]);
|
18082
18082
|
const o = it(), { common: r, settings: s } = x(), { isDesktop: c, isMobile: d, isSmallMobile: _, isTablet: u } = Ee(i), { config: h } = Vi(), { updateUser: m } = Ft(), { user: C } = an(), [f, b] = g.useState(C.first_name), [E, S] = g.useState(C.last_name), [v, N] = g.useState(C.email), [I, R] = g.useState(C.phone), [D, H] = g.useState(C.postal_code), [O, k] = g.useState(C.credit_score), [j, U] = g.useState(null), Z = v && !C.email_is_verified, fe = I && !C.phone_is_verified;
|
18083
18083
|
g.useEffect(() => {
|