diy-template-components 2.0.90 → 2.0.91
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/build/index.es.js +1 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +1 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -16,7 +16,6 @@ import moment from 'moment';
|
|
|
16
16
|
import Countdown from 'react-countdown';
|
|
17
17
|
import koreanLocale from 'moment/locale/ko';
|
|
18
18
|
import ReactDOMServer from 'react-dom/server';
|
|
19
|
-
import { useEffect as useEffect$1 } from '@storybook/addons';
|
|
20
19
|
import { createTheming, createUseStyles as createUseStyles$1, useTheme as useTheme$1 } from 'react-jss';
|
|
21
20
|
|
|
22
21
|
function _extends() {
|
|
@@ -1612,7 +1611,7 @@ function MobileHeader({
|
|
|
1612
1611
|
body?.removeAttribute('style');
|
|
1613
1612
|
}
|
|
1614
1613
|
}, [sideMenu]);
|
|
1615
|
-
useEffect
|
|
1614
|
+
useEffect(() => {
|
|
1616
1615
|
if (header?.effectivePrice) {
|
|
1617
1616
|
const body = navEl?.current?.ownerDocument?.body;
|
|
1618
1617
|
console.log("body", body);
|