We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f63226e commit 919c047Copy full SHA for 919c047
typings/index.d.ts
@@ -30,7 +30,7 @@ export interface RenderOptions<Q extends Queries = typeof queries> {
30
baseElement?: HTMLElement
31
hydrate?: boolean
32
queries?: Q
33
- wrapper: React.ComponentType
+ wrapper?: React.ComponentType
34
}
35
36
export type HookOptions = RenderOptions
0 commit comments