We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d31b08 commit 8dc97eaCopy full SHA for 8dc97ea
types/index.d.ts
@@ -49,7 +49,7 @@ export interface RenderOptions<
49
* [BaseElement](https://testing-library.com/docs/react-testing-library/api/#baseelement)
50
*/
51
baseElement?: Element
52
- /** If hydrate is set to true, then it will render with ReactDOM.hydrate. This may be useful if you are using server-side
+ /** If `hydrate` is set to `true`, then it will render with `ReactDOM.hydrate`. This may be useful if you are using server-side
53
* rendering and use ReactDOM.hydrate to mount your components.
54
*
55
* [Hydrate](https://testing-library.com/docs/react-testing-library/api/#hydrate)
0 commit comments