An error occurred while rendering. Rendering has stopped.
TypeError: Cannot read properties of undefined (reading 'updateTransform')
TypeError: Cannot read properties of undefined (reading 'updateTransform')
at Cesium3DTileset.get (http://localhost:3000/static/js/bundle.js:281370:18)
at updateZoomTarget (http://localhost:3000/static/js/bundle.js:457546:33)
at Viewer._postRender (http://localhost:3000/static/js/bundle.js:457485:3)
at Event.raiseEvent (http://localhost:3000/static/js/bundle.js:145523:20)
at Scene.render (http://localhost:3000/static/js/bundle.js:388090:22)
at CesiumWidget.render (http://localhost:3000/static/js/bundle.js:440037:17)
at render (http://localhost:3000/static/js/bundle.js:439275:18)
I’m using zoomTo in 3DTiles to focus on the point cloud being loaded,
this.viewer.timeline.zoomTo(currentTime, endTime);
this.viewer.zoomTo(tileset);
When I remove the second line, the above error goes away and does not render the viewer. Does anyone have any idea about this? I pulled a new project and I have a feeling that this has something to do with Cesium version being incompatible.