From b086f980d25e3d92f2a21d2773b98eacd9a6223b Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Wed, 27 Nov 2024 12:21:07 +0100 Subject: [PATCH] fix type --- src/renderWithoutAct.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderWithoutAct.tsx b/src/renderWithoutAct.tsx index 76b50538f..c8826447f 100644 --- a/src/renderWithoutAct.tsx +++ b/src/renderWithoutAct.tsx @@ -96,7 +96,7 @@ export type RenderWithoutActAsync = { | Omit | undefined, ): Promise< - RenderResult + RenderResult > }