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
After upgrading to 3.32.0, wepack is nolonger be able to build due to some missing types:
TS2305: Module '"../../../../node_modules/@blueprintjs/core/lib/esm"' has no exported member 'IResizeEntry'. 20 | Hotkey, 21 | ResizeSensor, > 22 | IResizeEntry, | ^^^^^^^^^^^^ 23 | Tag, 24 | } from '@blueprintjs/core'
Perhaps something is missing after the TS 4.0 upgrade?
The text was updated successfully, but these errors were encountered:
Actually that was a regression introduced by bd3efea, thanks for reporting
Sorry, something went wrong.
Thanks for the quick fix! @adidahiya
adidahiya
Successfully merging a pull request may close this issue.
After upgrading to 3.32.0, wepack is nolonger be able to build due to some missing types:
Perhaps something is missing after the TS 4.0 upgrade?
The text was updated successfully, but these errors were encountered: