Skip to content
New issue

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

Expose types at the package roots #8293

Merged
merged 2 commits into from
Nov 16, 2023
Merged

Expose types at the package roots #8293

merged 2 commits into from
Nov 16, 2023

Conversation

alasarr
Copy link
Contributor

@alasarr alasarr commented Nov 16, 2023

In v9 we're going to expose types at package roots, so we can import as follows:

import {Deck} from '@deck.gl/core';

The old version import {Deck} from '@deck.gl/core/typed' is deprecated with this PR.

@Pessimistress
Copy link
Collaborator

Add a line to upgrade guide?

@alasarr
Copy link
Contributor Author

alasarr commented Nov 16, 2023

Add a line to upgrade guide?

I will open another PR with this and modifying this page: https://deck.gl/docs/get-started/using-with-typescript

@alasarr alasarr merged commit 380dda7 into master Nov 16, 2023
2 checks passed
@alasarr alasarr deleted the alasarr/expose-types branch November 16, 2023 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants