diy-template-components 2.0.58 → 2.0.59
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 +36 -36
- package/build/index.es.js.map +1 -1
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -10151,7 +10151,7 @@ const TimerAndCall = ({
|
|
|
10151
10151
|
isMobile,
|
|
10152
10152
|
countryCode,
|
|
10153
10153
|
pageData
|
|
10154
|
-
} = useContext(PageContext);
|
|
10154
|
+
} = React.useContext(PageContext);
|
|
10155
10155
|
const [nodeData] = sectionData?.components;
|
|
10156
10156
|
console.log('sid sectionData', sectionData, extraProps, pageData, PageContext);
|
|
10157
10157
|
const classes = useTimerCallPageStyles({
|