@plasmicapp/loader-react 1.0.153 → 1.0.154
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 +2 -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 +2 -1
- package/dist/loader-react.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -2375,7 +2375,8 @@ function PlasmicComponent(props) {
|
|
|
2375
2375
|
translator = rootContext.translator;
|
|
2376
2376
|
var Component = usePlasmicComponent({
|
|
2377
2377
|
name: component,
|
|
2378
|
-
projectId: projectId
|
|
2378
|
+
projectId: projectId,
|
|
2379
|
+
isCode: false
|
|
2379
2380
|
}, {
|
|
2380
2381
|
forceOriginal: forceOriginal
|
|
2381
2382
|
});
|