Replies: 2 comments 4 replies
|
The deck.gl v9 versions need to release first, work is still ongoing. Once that is done, hopefully in Q1 2024, we will need a contributor to step up and make a pass on nebula. I suppose someone could also make an alpha release of nebula.gl that works on 9.0-alpha releases. We'd welcome such a contribution, though it may require a bit more work. |
3 replies
|
is there a version of nebula.gl package that I can import that works with deck v9 ? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
"import {Deck} from '@deck.gl/core/typed' " - is deprecated in deck.gl v.9 , types exposed at package roots as stated in this PR
visgl/deck.gl#8293
When nebula.gl will be compatible with the new deck.gl versions?
I also encounter lagging (dropped frames) of editablegeojsonlayer in react 18 while panning. It doesn't lag if pickable=false.
All reactions