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

v3.32.0 - build failed - No exported member 'IResizeEntry' #4340

Closed
ptgamr opened this issue Sep 22, 2020 · 2 comments · Fixed by #4341
Closed

v3.32.0 - build failed - No exported member 'IResizeEntry' #4340

ptgamr opened this issue Sep 22, 2020 · 2 comments · Fixed by #4341

Comments

@ptgamr
Copy link

ptgamr commented Sep 22, 2020

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?

@ptgamr ptgamr changed the title No exported member 'IResizeEntry' Build failed - No exported member 'IResizeEntry' Sep 22, 2020
@ptgamr ptgamr changed the title Build failed - No exported member 'IResizeEntry' v3.32.0 - build failed - No exported member 'IResizeEntry' Sep 22, 2020
@adidahiya
Copy link
Contributor

Actually that was a regression introduced by bd3efea, thanks for reporting

@ptgamr
Copy link
Author

ptgamr commented Sep 23, 2020

Thanks for the quick fix! @adidahiya

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

Successfully merging a pull request may close this issue.

2 participants