From 03b2c8d07f858e54c2f566c5e686405f55418489 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Sun, 12 Oct 2025 18:32:06 -0300 Subject: [PATCH] fix: missing abortController after assets promise --- src/renderer/src/context/game-details/game-details.context.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/src/context/game-details/game-details.context.tsx b/src/renderer/src/context/game-details/game-details.context.tsx index 778fa3fe..14e5d587 100644 --- a/src/renderer/src/context/game-details/game-details.context.tsx +++ b/src/renderer/src/context/game-details/game-details.context.tsx @@ -152,6 +152,7 @@ export function GameDetailsContextProvider({ Promise.all([shopDetailsPromise, assetsPromise]) .then(([_, assets]) => { if (assets) { + if (abortController.signal.aborted) return; setShopDetails((prev) => { if (!prev) return null; return {