From 272209069a9ca50762bed06e35ca1e7282429576 Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:00:28 -0300 Subject: [PATCH] lol --- 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 8f2715745..b75bbb6bb 100644 --- a/src/utils/lazyReact.tsx +++ b/src/utils/lazyReact.tsx @@ -8,7 +8,7 @@ import { makeLazy } from "./lazy"; export const SYM_LAZY_COMPONENT_INNER = Symbol.for("vencord.lazyComponent.inner"); -export type LazyComponentType

= React.FunctionComponent

& AnyRecord & { +export type LazyComponentType

= React.FunctionComponent

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

| null; };