@plasmicapp/loader-react 1.0.206 → 1.0.207

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.
@@ -1742,12 +1742,12 @@ var InternalPlasmicComponentLoader = /*#__PURE__*/function () {
1742
1742
  function InternalPlasmicComponentLoader(opts) {
1743
1743
  var _this = this;
1744
1744
  this.opts = opts;
1745
+ this.registry = new loaderCore.Registry();
1745
1746
  this.subs = [];
1746
1747
  this.roots = [];
1747
1748
  this.globalVariants = [];
1748
1749
  this.substitutedComponents = {};
1749
1750
  this.substitutedGlobalVariantHooks = {};
1750
- this.registry = loaderCore.Registry.getInstance();
1751
1751
  this.tracker = new loaderCore.PlasmicTracker({
1752
1752
  projectIds: opts.projects.map(function (p) {
1753
1753
  return p.id;