From df1e47f424ad134f0d055bbc104c0fd9abe2de23 Mon Sep 17 00:00:00 2001 From: Nicolas MASSART Date: Wed, 28 Feb 2024 11:25:44 +0100 Subject: [PATCH] added issue link --- app/core/Analytics/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/core/Analytics/index.ts b/app/core/Analytics/index.ts index 3d9cb730af7..fd382b27a4e 100644 --- a/app/core/Analytics/index.ts +++ b/app/core/Analytics/index.ts @@ -34,6 +34,7 @@ export type { IMetaMetricsEvent }; * Please help me fix this. You are my only hope 🙏 * * TODO: remove this export once the test/file under test is refactored to not rely on the store. + * see https://github.com/MetaMask/metamask-mobile/issues/8756 */ import { store } from '../../store'; export { store };