From 356586d68f97e4dc841d827c892572651331eed9 Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:06:57 -0300 Subject: [PATCH] I swear --- src/globals.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/globals.d.ts b/src/globals.d.ts index 781b98a30..e02ad0416 100644 --- a/src/globals.d.ts +++ b/src/globals.d.ts @@ -17,12 +17,11 @@ */ import { LoDashStatic } from "lodash"; -import { PropsWithChildren } from "react"; declare global { type AnyRecord = Record; type AnyComponentType

= React.ComponentType

& AnyRecord; - type AnyComponentTypeWithChildren

= AnyComponentType>; + type AnyComponentTypeWithChildren

= AnyComponentType>; /** * This exists only at build time, so references to it in patches should insert it