@plasmicapp/loader-react 1.0.151 → 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/README.md CHANGED
@@ -1,3 +1,11 @@
1
1
  # @plasmicapp/loader-react
2
2
 
3
- Library for using @plasmicapp/loader-core with React
3
+ This is the SDK for using the Plasmic visual builder with React codebases.
4
+
5
+ To get started, see the quickstart for React:
6
+
7
+ https://docs.plasmic.app/learn/react-quickstart
8
+
9
+ If you are using Next.js or Gatsby, please instead use the specific SDKs for those: `@plasmicapp/loader-nextjs` and `@plasmicapp/loader-gatsby`.
10
+
11
+ This library uses `@plasmicapp/loader-core` under the hood.
@@ -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
  });