From a0a1aaf0ed09ace58a206f126fe22b52cdc30f30 Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:07:41 -0300 Subject: [PATCH] I'm not gonna comment --- src/utils/lazyReact.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/lazyReact.tsx b/src/utils/lazyReact.tsx index 404f8a57c..97343f370 100644 --- a/src/utils/lazyReact.tsx +++ b/src/utils/lazyReact.tsx @@ -11,7 +11,7 @@ export const SYM_LAZY_COMPONENT_INNER = Symbol.for("vencord.lazyComponent.inner" export type LazyComponentType

= React.FunctionComponent

& AnyRecord & { [SYM_LAZY_COMPONENT_INNER]: () => AnyComponentType

| null; }; -export type AnyLazyComponentType

= LazyComponentType

; +export type AnyLazyComponentType

= LazyComponentType

; /** * A lazy component. The factory method is called on first render.