diff --git a/src/libs/actions/User.ts b/src/libs/actions/User.ts index 39e7487c72a2..f80d6b0b64b1 100644 --- a/src/libs/actions/User.ts +++ b/src/libs/actions/User.ts @@ -662,7 +662,8 @@ function isBlockedFromConcierge(blockedFromConciergeNVP: OnyxEntry new Promise((resolve) => { - const connection = Onyx.connect({ + // We use `connectWithoutView` here since this connection is non-reactive in nature. + const connection = Onyx.connectWithoutView({ key: `${ONYXKEYS.COLLECTION.REPORT}${reportId}`, callback: (report) => { Onyx.disconnect(connection);