Merge branch 'main' into dev
Some checks failed
Test / Test (push) Has been cancelled

This commit is contained in:
thororen1234 2025-04-14 23:25:30 -04:00
commit 7ad2245c04
No known key found for this signature in database

View file

@ -18,7 +18,6 @@
import { LazyComponent, LazyComponentWrapper } from "@utils/react";
// eslint-disable-next-line path-alias/no-relative
import { FilterFn, filters, lazyWebpackSearchHistory, waitFor } from "../webpack";
export function waitForComponent<T extends React.ComponentType<any> = React.ComponentType<any> & Record<string, any>>(name: string, filter: FilterFn | string | string[]) {