@plasmicapp/loader-react 1.0.159 → 1.0.160

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.
@@ -209,6 +209,10 @@ function prepComponentData(bundle) {
209
209
  return x.globalContextsProviderFileName;
210
210
  }).filter(function (x) {
211
211
  return !!x;
212
+ }), bundle.components.filter(function (c) {
213
+ return c.isGlobalContextProvider;
214
+ }).map(function (c) {
215
+ return c.entry;
212
216
  }), bundle.globalGroups.map(function (g) {
213
217
  return g.contextFile;
214
218
  })));