From de2074f19b76bc8d40057abdf51f487ac549875d Mon Sep 17 00:00:00 2001 From: Alexandre Mouton-Brady Date: Sun, 5 May 2024 12:48:23 +0200 Subject: [PATCH] :label: Fix tyeping issue --- tests/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/index.tsx b/tests/index.tsx index 0c83bf0..6578193 100644 --- a/tests/index.tsx +++ b/tests/index.tsx @@ -8,4 +8,4 @@ const App = () => { return ; }; -render(App, document.getElementById("app")); +render(App, document.getElementById("app")!);