mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[DOCS] ReactTextComponent was renamed ReactDOMTextComponent a while ago (#6700)
This commit is contained in:
@@ -110,7 +110,7 @@ function ReactReconcileTransaction(useCreateElement) {
|
||||
// `ReactServerRendering`), but server-side uses
|
||||
// `ReactServerRenderingTransaction` instead. This option is here so that it's
|
||||
// accessible and defaults to false when `ReactDOMComponent` and
|
||||
// `ReactTextComponent` checks it in `mountComponent`.`
|
||||
// `ReactDOMTextComponent` checks it in `mountComponent`.`
|
||||
this.renderToStaticMarkup = false;
|
||||
this.reactMountReady = CallbackQueue.getPooled(null);
|
||||
this.useCreateElement = useCreateElement;
|
||||
|
||||
Reference in New Issue
Block a user