@momo-kits/foundation 0.121.3-tracking.7 → 0.121.3-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.
- package/Application/index.ts +1 -1
- package/package.json +1 -1
package/Application/index.ts
CHANGED
|
@@ -21,7 +21,7 @@ const MiniAppContext = (Platform as any).MiniAppContext ?? Context;
|
|
|
21
21
|
const ScreenContext = (Platform as any).ScreenContext ?? Context;
|
|
22
22
|
const ComponentContext = (Platform as any).ComponentContext ?? Context;
|
|
23
23
|
const SkeletonContext = createContext({loading: false});
|
|
24
|
-
const TrackingScopeContext = (Platform as any).
|
|
24
|
+
const TrackingScopeContext = (Platform as any).TrackingScopeContext ?? Context;
|
|
25
25
|
|
|
26
26
|
export {
|
|
27
27
|
ApplicationContext,
|