You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an issue with a the "fflate" dependency for [email protected]:
TypeError: fflate.decompressSync is not a function
at Object.decompress (nifti.ts:119:1)
at fetchAndProcessNiftiData (cornerstoneNiftiImageLoader.js:71:1)
This seems to be an issue with how 'fflate' package is being included in nifti.ts. I have attempted to create a patch but was unsuccessful. In the fflate version ([email protected]) being used by nifti-reader-js, "decompressSync" is a valid method.
I have attempted using different versions of fflate and modifying how fflate is being included, but have not had any luck.
Perhaps I am doing something wrong here, but I have used fflate.decompressSync in other contexts with v0.7.4 successfully before.
The text was updated successfully, but these errors were encountered:
neuropacman
changed the title
TypeError: fflate.ungzipSync is not a function
TypeError: fflate.uncompressSync is not a function
Dec 4, 2024
I am experiencing an issue with a the "fflate" dependency for [email protected]:
TypeError: fflate.decompressSync is not a function
at Object.decompress (nifti.ts:119:1)
at fetchAndProcessNiftiData (cornerstoneNiftiImageLoader.js:71:1)
This seems to be an issue with how 'fflate' package is being included in nifti.ts. I have attempted to create a patch but was unsuccessful. In the fflate version ([email protected]) being used by nifti-reader-js, "decompressSync" is a valid method.
I have attempted using different versions of fflate and modifying how fflate is being included, but have not had any luck.
Perhaps I am doing something wrong here, but I have used fflate.decompressSync in other contexts with v0.7.4 successfully before.
The text was updated successfully, but these errors were encountered: