We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
even though all other imports are working fine like
import {TileLayer} from '@deck.gl/geo-layers';
I'm not able to import the class Tileset2D
import Tileset2D from "@deck.gl/geo-layers/tile-layer/tileset-2d"; export default class MyTileset extends Tileset2D{ ... }
same issue in @deck.gl/geo-layers/tile-layer/tile-2d-header
@deck.gl/geo-layers/tile-layer/tile-2d-header
it gives the error
Module not found: Can't resolve '@deck.gl/geo-layers/tile-layer/tileset-2d' in ....
.... is my filepath I'm using an app created with
yarn create react-app my-app --template typescript
Please could you help me with this.
The text was updated successfully, but these errors were encountered:
Did you manage to solve the issue ?
Sorry, something went wrong.
No branches or pull requests
even though all other imports are working fine like
I'm not able to import the class Tileset2D
same issue in
@deck.gl/geo-layers/tile-layer/tile-2d-header
it gives the error
.... is my filepath
I'm using an app created with
Please could you help me with this.
The text was updated successfully, but these errors were encountered: