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 };