reearth / resium

React components for 🌏 Cesium
https://resium.reearth.io
MIT License
704 stars 130 forks source link

Camera functionality is not working on latest resium #627

Closed sharifhimu closed 10 months ago

sharifhimu commented 10 months ago

Hi, I am working in a project where we had resium v1.14 and cesium v1.99. Later, when I updated both to resium v1.17 and cesium v1.107 I find out that the methods on camera ( flyTo, setView etc ) these are not working. Although, It doesn't get any error but it is not changing camera position. Installing Previous version of cesium helps to bypass this weird behavior. I need latest version of cesium, So, what should be cause for resium unable to call the camera methods? ( Noted: camera I am taking from useCesium hook from resium then calling the methods. )

sharifhimu commented 10 months ago

It was related to canvas issue not with resium