why does this always happen

This commit is contained in:
Nuckyz 2023-11-25 19:51:26 -03:00
parent af3fc28629
commit 3a0aae0ec0
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -357,7 +357,6 @@ export function findComponentLazy<T extends object = any>(filter: FilterFn) {
return LazyComponent<T>(() => indirectFind("findComponent", filter));
}
/**
* Finds the first component that includes all the given code, lazily
*/