Priyam Mohanty
Priyam Mohanty
I got this error when there was a null value in the tags array or when an id was undefined within a tag in the tags array.
Wouldn't this be an easy fix by changing the urlpatterns to `urlpatterns =[]`?
Did you ever figure it out?
Is there any way to convert a DICOM file from JPEG lossless encoded to something else that the React viewer can play well with? I'm running into the same issue.
Here's how I did it. Thanks to those above. In the component that you pass in params, I do this: ``` const jsonParams = JSON.stringify(objectToPass); const encodeParams = encodeURIComponent( jsonParams.replace(/\(/g,...