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
Root cause: the kepler.gl example needs deck.gl 8.2 to match the version used in kepler.gl. Currently this example is built into the hubble.gl website, so that is required to also pin to deck.gl 8.2. This pinning is cascaded throughout the repo currently, but if the kepler example is built separately from the rest of the website and examples we should be able to remove that pinning and always use the latest deck.gl version (or any version a user prefers to use).
build keplerlgl example eperatly from other website examples
deck.gl does this for the playground example. hubble needs to refactor the website build scripts to use deck's newer technique that allows for seperation.
remove version pins throughout repo.
remove resolutions
use peer dependencies where required based on minimum major API version compatibility
pin the kepler example, as needed.
build and test website
deploy and test
release hubble.gl patch that removes pinning
The text was updated successfully, but these errors were encountered:
Root cause: the kepler.gl example needs deck.gl 8.2 to match the version used in kepler.gl. Currently this example is built into the hubble.gl website, so that is required to also pin to deck.gl 8.2. This pinning is cascaded throughout the repo currently, but if the kepler example is built separately from the rest of the website and examples we should be able to remove that pinning and always use the latest deck.gl version (or any version a user prefers to use).
The text was updated successfully, but these errors were encountered: