@momo-kits/foundation 0.92.33 → 0.92.34
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.
|
@@ -183,7 +183,7 @@ const StackScreen: React.FC<ScreenParams> = props => {
|
|
|
183
183
|
});
|
|
184
184
|
navigator?.maxApi?.stopTrace?.(
|
|
185
185
|
tracked.current.traceIdLoad,
|
|
186
|
-
{value: timeLoad.current},
|
|
186
|
+
{value: timeLoad.current / 1000},
|
|
187
187
|
null
|
|
188
188
|
);
|
|
189
189
|
navigator?.maxApi?.showToastDebug?.({
|
|
@@ -223,7 +223,7 @@ const StackScreen: React.FC<ScreenParams> = props => {
|
|
|
223
223
|
});
|
|
224
224
|
navigator?.maxApi?.stopTrace?.(
|
|
225
225
|
tracked.current.traceIdInteraction,
|
|
226
|
-
{value: timeInteraction.current},
|
|
226
|
+
{value: timeInteraction.current / 1000},
|
|
227
227
|
null
|
|
228
228
|
);
|
|
229
229
|
navigator?.maxApi?.showToastDebug?.({
|