@plasmicapp/loader-react 1.0.290 → 1.0.292

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.
@@ -103,6 +103,6 @@ export declare function PlasmicRootProvider(props: {
103
103
  * Fallback value for the root-level React.Suspense
104
104
  */
105
105
  suspenseFallback?: React.ReactNode;
106
- } & PlasmicDataSourceContextValue): JSX.Element;
106
+ } & PlasmicDataSourceContextValue): React.JSX.Element;
107
107
  export declare function usePlasmicRootContext(): PlasmicRootContextValue | undefined;
108
108
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicapp/loader-react",
3
- "version": "1.0.290",
3
+ "version": "1.0.292",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/index.js",
6
6
  "exports": {
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@plasmicapp/data-sources-context": "0.1.11",
53
- "@plasmicapp/host": "1.0.161",
53
+ "@plasmicapp/host": "1.0.163",
54
54
  "@plasmicapp/loader-core": "1.0.107",
55
55
  "@plasmicapp/loader-splits": "1.0.35",
56
56
  "@plasmicapp/prepass": "1.0.3",
@@ -79,5 +79,5 @@
79
79
  "@types/react-is": "^17.0.3"
80
80
  },
81
81
  "license": "MIT",
82
- "gitHead": "2d36b0f5ee9961df263db09ddfe1fb270b251bde"
82
+ "gitHead": "ab608db4274a0622f29909c4c735aa79313b779d"
83
83
  }