-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Error: Debug Failure. False expression: <empty> #348
Comments
Getting same, reported to TypeScript also microsoft/TypeScript#10522 If I understand correclty, this error message should never come from TypeScript, regardless even if blueprint 1.3.1 is broken at the moment. Thus this is error in TypeScript, it should give more specific error. |
Btw, here is a cloneable gist to try this out: https://gist.github.com/Ciantic/60e9dbe330922cfc41086e255820df62 It should be priority to be fixed. I've spent few hours wondering why the thing I worked on last week does not work anymore. It fails with typescript@next and [email protected] |
Here is the answer to blueprint blues today:
So devs must add that package. See microsoft/TypeScript#10522 |
Interesting... thanks for doing that debugging @Ciantic. A missing dependency on |
|
@adidahiya only Haven't been following the whole discussion but |
whoops, you're right. |
Seems super straightforward, let's do it for 1.4.0 this week in addition to the SSR stuff |
Thanks! |
I get a TypeScript compiler error with
@blueprintjs/[email protected]
:This does not happen with
@blueprintjs/[email protected]
.Bug report
[email protected]
,@blueprintjs/[email protected]
:Steps to reproduce
TsBlueprintBug.ts
(just the one import line):tsconfig.json
:tsc
of[email protected]
and@blueprintjs/[email protected]
dependency.Actual behavior
I get a compiler error:
Expected behavior
it("should compile").
The text was updated successfully, but these errors were encountered: