diff --git a/Sources/IO/Core/HttpDataSetReader/index.js b/Sources/IO/Core/HttpDataSetReader/index.js index 6ed287537d2..31edf91c6b7 100644 --- a/Sources/IO/Core/HttpDataSetReader/index.js +++ b/Sources/IO/Core/HttpDataSetReader/index.js @@ -144,7 +144,7 @@ function vtkHttpDataSetReader(publicAPI, model) { // Internal method to fetch Array function fetchArray(array, options = {}) { - const arrayId = array.ref.id; + const arrayId = `${array.ref.id}|${array.vtkClass}`; if (!cachedArrays[arrayId]) { // Cache the promise while fetching cachedArrays[arrayId] = model.dataAccessHelper