Federico Cappelletti
Federico Cappelletti
Custom base viewer component + dynamic import: > src/components/Cesium/CesiumCore.tsx ```ts import { Viewer } from "resium"; import { useProvider } from "../../hooks/useProvider"; export interface CesiumProps { children?: React.ReactNode | JSX.Element;...
Next.js requires the Viewer to be dynamically imported. Usually this means creating a custom wrapper. It would be great to be able pass the properties to such wrapper. ```ts import...
### Describe the bug It appears that, starting from 1.7.0, `onDownloadProgress`'s event doesn't fully complete: seems like the callback is not called upon the very last chunk. In fact, I...
### What happened? My Next.js application correctly loads and renders Cesium, but when I draw an entity for the first time, a bunch of JS files are downloaded, and the...