We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I am trying to get a reference to viewer but cesiumElement is always undefined. Even after cesium loads.
const viewerRef = useRef<CesiumComponentRef<CesiumViewer>>(null); .... <Viewer onClick={onMapClick} ref={viewerRef}
I am using it in an Ionic Capacitor React app with Vite scripts.
Resium version is 1.17.3 and Cesium is 1.117.0
The text was updated successfully, but these errors were encountered:
resium 1.18.0 & cesium 1.120.0, viewerRef.current is always undefined
Sorry, something went wrong.
No branches or pull requests
Hello,
I am trying to get a reference to viewer but cesiumElement is always undefined. Even after cesium loads.
const viewerRef = useRef<CesiumComponentRef<CesiumViewer>>(null); .... <Viewer onClick={onMapClick} ref={viewerRef}
I am using it in an Ionic Capacitor React app with Vite scripts.
Resium version is 1.17.3 and Cesium is 1.117.0
The text was updated successfully, but these errors were encountered: