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

TypeScript error when compiling with --isolatedModules in ^4.6.1 #6593

Open
TommasoAmici opened this issue Dec 8, 2023 · 0 comments
Open

Comments

@TommasoAmici
Copy link

I see this is fixed on the main branch: https://github.com/palantir/blueprint/blob/develop/packages/core/src/common/utils/index.ts#L31

- export { Extends } from "./typeUtils";
+ export type { Extends } from "./typeUtils";

Would it be possible to backport the fix on v4? I work on a big project and we can't udpate to v5 yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants