Skip to content

Commit 8f468de

Browse files
committed
[Fizz] Remove renderToString and renderToStaticMarkup from react-dom/static
1 parent c44fbf4 commit 8f468de

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

packages/react-dom/static.node.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,6 @@
1111
import ReactVersion from 'shared/ReactVersion';
1212
export {ReactVersion as version};
1313

14-
export function renderToString() {
15-
return require('./src/server/ReactDOMLegacyServerNode').renderToString.apply(
16-
this,
17-
arguments,
18-
);
19-
}
20-
export function renderToStaticMarkup() {
21-
return require('./src/server/ReactDOMLegacyServerNode').renderToStaticMarkup.apply(
22-
this,
23-
arguments,
24-
);
25-
}
26-
2714
export function prerenderToNodeStream() {
2815
return require('./src/server/react-dom-server.node').prerenderToNodeStream.apply(
2916
this,

0 commit comments

Comments
 (0)