Hello, I am encountering an issue when trying to load multi-frame DICOM files. The error I receive is:
Error while loading images: TypeError: Cannot read properties of undefined (reading ‘0’)
at Module.Xt (main.js:2:862789)
at main.js:2:2415615
at a (main.js:2:2415870)
at An (main.js:2:866806)
at Module.ln (main.js:2:867433)
at main.js:2:6700825
at async Promise.all (/index)
This error does not occur when working with single-frame DICOM files. What should I do to resolve this issue?