mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Fix fragment identifier (#2619)
This commit is contained in:
@@ -36,7 +36,7 @@ React supports all popular browsers, including Internet Explorer 9 and above, al
|
||||
ReactDOM.render(element, container[, callback])
|
||||
```
|
||||
|
||||
Render a React element into the DOM in the supplied `container` and return a [reference](/docs/more-about-refs.html) to the component (or returns `null` for [stateless components](/docs/components-and-props.html#functional-and-class-components)).
|
||||
Render a React element into the DOM in the supplied `container` and return a [reference](/docs/more-about-refs.html) to the component (or returns `null` for [stateless components](/docs/components-and-props.html#function-and-class-components)).
|
||||
|
||||
If the React element was previously rendered into `container`, this will perform an update on it and only mutate the DOM as necessary to reflect the latest React element.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user