We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081fa92 commit 056b1e5Copy full SHA for 056b1e5
typings/index.d.ts
@@ -17,7 +17,7 @@ export interface RenderResult extends GetsAndQueries {
17
*/
18
export function render(
19
ui: React.ReactElement<any>,
20
- options?: {container: HTMLElement; baseElement: HTMLElement},
+ options?: {container: HTMLElement; baseElement?: HTMLElement},
21
): RenderResult
22
23
/**
0 commit comments