Is there a tentative date for the Sparse Accessor packing support for GLTF/GLB shape keys animation?
Right now this line in GLTFLoader.js gives an error that bufferViews[i] is undefined:
desc.accessors.forEach(({ bufferView: i, componentType }) => { bufferViews[i].componentType = componentType; });