@umijs/renderer-react 4.0.0-canary.20240515.1 → 4.0.0-canary.20240517.1
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/html.js +1 -7
- package/package.json +1 -1
package/dist/html.js
CHANGED
|
@@ -124,13 +124,7 @@ export function Html(_ref) {
|
|
|
124
124
|
})));
|
|
125
125
|
}
|
|
126
126
|
if (renderFromRoot) {
|
|
127
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null,
|
|
128
|
-
id: mountElementId
|
|
129
|
-
}, children), /*#__PURE__*/React.createElement(GlobalDataScript, {
|
|
130
|
-
manifest: manifest,
|
|
131
|
-
loaderData: loaderData,
|
|
132
|
-
htmlPageOpts: htmlPageOpts
|
|
133
|
-
}));
|
|
127
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, children);
|
|
134
128
|
}
|
|
135
129
|
var serverBuildManifest = typeof window === 'undefined' ? manifest : window.__UMI_BUILD_MANIFEST_DATA__;
|
|
136
130
|
return (
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umijs/renderer-react",
|
|
3
|
-
"version": "4.0.0-canary.
|
|
3
|
+
"version": "4.0.0-canary.20240517.1",
|
|
4
4
|
"description": "@umijs/renderer-react",
|
|
5
5
|
"homepage": "https://github.com/umijs/umi/tree/master/packages/renderer-react#readme",
|
|
6
6
|
"bugs": "https://github.com/umijs/umi/issues",
|