Skip to content

Commit 919c047

Browse files
authored
fix(render): optional type for wrapper option
1 parent f63226e commit 919c047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface RenderOptions<Q extends Queries = typeof queries> {
3030
baseElement?: HTMLElement
3131
hydrate?: boolean
3232
queries?: Q
33-
wrapper: React.ComponentType
33+
wrapper?: React.ComponentType
3434
}
3535

3636
export type HookOptions = RenderOptions

0 commit comments

Comments
 (0)