why cant i remove the stores.ts conflict

This commit is contained in:
byeoon 2024-05-15 09:46:10 -04:00 committed by GitHub
parent 13119c0b29
commit f0483f9c24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,6 +79,7 @@ export const useStateFromStores = proxyLazy(() => findByProps("useStateFromStore
dependencies?: any, dependencies?: any,
isEqual?: (old: T, newer: T) => boolean isEqual?: (old: T, newer: T) => boolean
) => T; ) => T;
// why the fuck cant i get rid of this stupid fucking conflict
waitForStore("DraftStore", s => DraftStore = s); waitForStore("DraftStore", s => DraftStore = s);
waitForStore("UserStore", s => UserStore = s); waitForStore("UserStore", s => UserStore = s);