diff --git a/packages/redux-devtools-rtk-query-monitor/src/utils/rtk-query.ts b/packages/redux-devtools-rtk-query-monitor/src/utils/rtk-query.ts index 6526ca2e..89b7dd28 100644 --- a/packages/redux-devtools-rtk-query-monitor/src/utils/rtk-query.ts +++ b/packages/redux-devtools-rtk-query-monitor/src/utils/rtk-query.ts @@ -293,7 +293,7 @@ function computeRtkQueryRequests( const [queryCacheKey, queryCache] = queryCacheEntries[i]; const requestId: string = type === 'queries' - ? (queryCache as (typeof api)['queries'][string])?.requestId ?? '' + ? ((queryCache as (typeof api)['queries'][string])?.requestId ?? '') : queryCacheKey; if ( queryCache &&