mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
fix typo (#5343)
This commit is contained in:
@@ -78,7 +78,7 @@ For more information on hydration, see the docs for [`hydrateRoot`.](/apis/react
|
||||
|
||||
If a single element’s attribute or text content is unavoidably different between the server and the client (for example, a timestamp), you may silence the hydration mismatch warning.
|
||||
|
||||
To silence hydration warnings on an element, add `suppresshydrationWarning={true}`:
|
||||
To silence hydration warnings on an element, add `suppressHydrationWarning={true}`:
|
||||
|
||||
<Sandpack>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user