@plasmicapp/loader-react 1.0.201 → 1.0.202
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/package.json +6 -6
package/dist/loader-react.esm.js
CHANGED
|
@@ -12,8 +12,8 @@ import ReactDOM from 'react-dom';
|
|
|
12
12
|
import * as jsxDevRuntime from 'react/jsx-dev-runtime';
|
|
13
13
|
import * as jsxRuntime from 'react/jsx-runtime';
|
|
14
14
|
import pascalcase from 'pascalcase';
|
|
15
|
+
import prepass from '@plasmicapp/react-ssr-prepass';
|
|
15
16
|
import { isFragment } from 'react-is';
|
|
16
|
-
import prepass from 'react-ssr-prepass';
|
|
17
17
|
import { renderToString as renderToString$1 } from 'react-dom/server';
|
|
18
18
|
|
|
19
19
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|