From f0483f9c24f67e2c8db53a90398d5f2184ee0f47 Mon Sep 17 00:00:00 2001 From: byeoon <47872200+byeoon@users.noreply.github.com> Date: Wed, 15 May 2024 09:46:10 -0400 Subject: [PATCH] why cant i remove the stores.ts conflict --- src/webpack/common/stores.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webpack/common/stores.ts b/src/webpack/common/stores.ts index b5b3a0e73..c03b60507 100644 --- a/src/webpack/common/stores.ts +++ b/src/webpack/common/stores.ts @@ -79,6 +79,7 @@ export const useStateFromStores = proxyLazy(() => findByProps("useStateFromStore dependencies?: any, isEqual?: (old: T, newer: T) => boolean ) => T; +// why the fuck cant i get rid of this stupid fucking conflict waitForStore("DraftStore", s => DraftStore = s); waitForStore("UserStore", s => UserStore = s);