Closed mccalluc closed 11 months ago
Transpiled code:
var maxSliderValue = domain && domain[1] || DTYPE_VALUES[dtype].max;
We hit this line with with both domain
and DTYPE_VALUES
undefined.
Viv source code: https://github.com/hubmapconsortium/vitessce-image-viewer/blob/603e3d895ae3b1d7468de4cafae68147b00bde66/src/layers/utils.js#L34
Tranfer to Viv.
On https://portal.test.hubmapconsortium.org/browse/dataset/2392b8c6e84b3874cc0530fa058cb96e, (Imaging pyramind, one OME-TIFF,) this error occurs multiple times on initial load:
(Stack trace not helpful.)
After load, scrolling up produces hubmapconsortium/vitessce-image-viewer#224 ... Not sure if related.