@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.
- package/dist/loader-react.cjs.development.js +1 -1
- package/dist/loader-react.cjs.development.js.map +1 -1
- package/dist/loader-react.cjs.production.min.js +1 -1
- package/dist/loader-react.cjs.production.min.js.map +1 -1
- package/dist/loader-react.esm.js +1 -1
- package/dist/loader-react.esm.js.map +1 -1
- package/dist/loader.d.ts +1 -1
- package/dist-react-server/loader.d.ts +1 -1
- package/package.json +3 -3
package/dist/loader-react.esm.js
CHANGED
|
@@ -1739,12 +1739,12 @@ var InternalPlasmicComponentLoader = /*#__PURE__*/function () {
|
|
|
1739
1739
|
function InternalPlasmicComponentLoader(opts) {
|
|
1740
1740
|
var _this = this;
|
|
1741
1741
|
this.opts = opts;
|
|
1742
|
+
this.registry = new Registry();
|
|
1742
1743
|
this.subs = [];
|
|
1743
1744
|
this.roots = [];
|
|
1744
1745
|
this.globalVariants = [];
|
|
1745
1746
|
this.substitutedComponents = {};
|
|
1746
1747
|
this.substitutedGlobalVariantHooks = {};
|
|
1747
|
-
this.registry = Registry.getInstance();
|
|
1748
1748
|
this.tracker = new PlasmicTracker({
|
|
1749
1749
|
projectIds: opts.projects.map(function (p) {
|
|
1750
1750
|
return p.id;
|