@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.
@@ -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
  });