viv
viv copied to clipboard
Upgrade `deck.gl` to 8.8
Background
We're on 8.6 and I missed a minor version update.
Change List
- Upgrade deck.gl to 8.8
Checklist
- [ ] Update JSdoc types if there is any API change.
- [x] Make sure Avivator works as expected with your change.
@manzt Should be fixed now.
@manzt Do you know why the CI is failing? It works for me locally.
hmm I'm getting the same error as CI. Try a fresh install. rm -rf node_modules && pnpm clean then pnpm install.
I got this to work if you don't mind me pushing...
Go for it.
thanks!