Nick Fernandez
Nick Fernandez

Reputation: 1330

Error importing nebula.gl into custom PyDeck deck.gl layer

I'm trying to import nebula.gl in order to make a selection layer for PyDeck (working on reproducint this code sandbox example). However, I'm getting an error in the console

enter image description here

when I try to import nebula

import { EditableGeoJsonLayer, DrawPolygonMode } from 'nebula.gl';

However, yarn and webpack appear to build correctly. The repo and place where nebula.gl is imported is here

Upvotes: 2

Views: 197

Answers (0)

Related Questions