Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Nov 27, 2024
1 parent 20ef3eb commit b086f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderWithoutAct.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export type RenderWithoutActAsync = {
| Omit<RenderOptions, 'hydrate' | 'legacyRoot' | 'queries'>
| undefined,
): Promise<
RenderResult<Queries, ReactDOMClient.Container, ReactDOMClient.Container>
RenderResult<SyncQueries, ReactDOMClient.Container, ReactDOMClient.Container>
>
}

Expand Down

0 comments on commit b086f98

Please sign in to comment.