@plasmicapp/loader-react 1.0.185 → 1.0.187

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.
@@ -5,6 +5,7 @@ import * as PlasmicQuery from '@plasmicapp/query';
5
5
  import { PlasmicQueryDataProvider, PlasmicPrepassContext } from '@plasmicapp/query';
6
6
  export { usePlasmicQueryData } from '@plasmicapp/query';
7
7
  import { getBundleSubset, Registry, PlasmicModulesFetcher, PlasmicTracker } from '@plasmicapp/loader-core';
8
+ import * as PlasmicDataSourcesContext from '@plasmicapp/data-sources-context';
8
9
  import { getExternalIds, getActiveVariation } from '@plasmicapp/loader-splits';
9
10
  import React__default, { useState, useCallback, useEffect, useRef, useMemo, createElement, memo, useContext, createContext } from 'react';
10
11
  import ReactDOM from 'react-dom';
@@ -1624,6 +1625,7 @@ var InternalPlasmicComponentLoader = /*#__PURE__*/function () {
1624
1625
  // Also inject @plasmicapp/query and @plasmicapp/host to use the
1625
1626
  // same contexts here and in loader-downloaded code.
1626
1627
  '@plasmicapp/query': PlasmicQuery,
1628
+ '@plasmicapp/data-sources-context': PlasmicDataSourcesContext,
1627
1629
  '@plasmicapp/host': PlasmicHost,
1628
1630
  '@plasmicapp/loader-runtime-registry': {
1629
1631
  components: this.substitutedComponents,