reearth / resium

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

fix: change imageryProvider to readonly #665

Closed TheMrCam closed 1 week ago

TheMrCam commented 3 weeks ago

Fixes lack of ImageryLayer recreation on imageryProvider prop update by adding it to the cesiumReadonlyProps array, which is where it belongs according to the Cesium and Resium documentation.

Resolves reearth/resium#664

One additional note: My local yarn.lock was full of "changes", but running yarn told me "Migrated your project to the latest Yarn version 🚀", so I didn't commit it. I can add those changes to the PR if necessary.