@cakemail-org/ui-components-v2 2.0.49 → 2.0.50
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/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -9993,7 +9993,7 @@ function GenericWrapper(_a) {
|
|
|
9993
9993
|
}
|
|
9994
9994
|
}, [user]);
|
|
9995
9995
|
React.useEffect(initPH, []);
|
|
9996
|
-
React.useEffect(initHandlers, []);
|
|
9996
|
+
React.useEffect(initHandlers, [mUITheme]);
|
|
9997
9997
|
function initHandlers() {
|
|
9998
9998
|
if (!includeHandlers)
|
|
9999
9999
|
return;
|
package/dist/esm/index.js
CHANGED