@momo-kits/foundation 0.110.1-tracking.7 → 0.110.1-tracking.8
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.
|
@@ -236,6 +236,7 @@ const StackScreen: React.FC<ScreenParams> = props => {
|
|
|
236
236
|
* tracking for element widget load
|
|
237
237
|
*/
|
|
238
238
|
if (data?.isWidget) {
|
|
239
|
+
console.log('CCCCC', data);
|
|
239
240
|
const exist = tracking.current.widgets[data?.componentId];
|
|
240
241
|
if (!exist) {
|
|
241
242
|
tracking.current.widgets[data?.componentId] = {
|
|
@@ -275,7 +276,7 @@ const StackScreen: React.FC<ScreenParams> = props => {
|
|
|
275
276
|
|
|
276
277
|
onScreenLoad();
|
|
277
278
|
onScreenInteraction();
|
|
278
|
-
},
|
|
279
|
+
}, 2000);
|
|
279
280
|
},
|
|
280
281
|
}}>
|
|
281
282
|
<Component heightHeader={heightHeader} {...data} />
|