diff --git a/src/components/Preview/displays/DcmDisplay.tsx b/src/components/Preview/displays/DcmDisplay.tsx index 9fa2b1163..664a31508 100644 --- a/src/components/Preview/displays/DcmDisplay.tsx +++ b/src/components/Preview/displays/DcmDisplay.tsx @@ -315,6 +315,8 @@ const DcmDisplay = (props: DcmImageProps) => { // Check if the first frame is still loading const loadingFirstFrame = isLoading && !data; + console.log("isError", isError); + /** * Load more images when scrolling near the end. * Also handles loading multi-frame images.