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.