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?
Actually that was a regression introduced by https://github.com/palantir/blueprint/commit/bd3efea2a757be823677efbaeab9075d9602a5d4, thanks for reporting
Thanks for the quick fix! @adidahiya
Most helpful comment
Actually that was a regression introduced by https://github.com/palantir/blueprint/commit/bd3efea2a757be823677efbaeab9075d9602a5d4, thanks for reporting