You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (globalThis.Cesium) {
viewer.imageryLayers.layerAdded.removeEventListener(onImageryLayerAdded)
eventsState.registerEvents(false)
}
error apperas on unmount method of useViewer , when call viewer.imageryLayers ,
Cesium core throws error on trying to take scene [from this.](scene:{get:function(){return this._cesiumWidget.scene}})
After that , if i try to load viewer component it can't load ( endless waiting )
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
when i change my route , the error :
error apperas on unmount method of useViewer , when call viewer.imageryLayers ,
Cesium core throws error on trying to take scene
[from this.](scene:{get:function(){return this._cesiumWidget.scene}})
After that , if i try to load viewer component it can't load ( endless waiting )
can u suggest smth to avoid it ?
Beta Was this translation helpful? Give feedback.
All reactions