@plasmicapp/loader-react 1.0.240 → 1.0.242

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.
@@ -87,6 +87,6 @@ export declare function PlasmicRootProvider(props: {
87
87
  * /some/path?q=foo).
88
88
  */
89
89
  pageQuery?: Record<string, string | string[] | undefined>;
90
- }): JSX.Element;
90
+ } & PlasmicDataSourceContextValue): JSX.Element;
91
91
  export declare function usePlasmicRootContext(): PlasmicRootContextValue | undefined;
92
92
  export {};
@@ -1139,7 +1139,6 @@ function PlasmicRootProvider(props) {
1139
1139
  variation: variation
1140
1140
  });
1141
1141
  }, [loader, variation]);
1142
- // @ts-ignore
1143
1142
  var user = props.user,
1144
1143
  userAuthToken = props.userAuthToken,
1145
1144
  isUserLoading = props.isUserLoading,