-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Debug failure in getLiteralTypeFromPropertyName #22403
Comments
@weswigham Looks like this is caused by #22339 -- broken in 16bf029 but works in the previous commit 53ae507 |
FYI I am seeing this same error in |
We removed the assertion in question yesterday, it won't be there in the 2.8 release. |
@weswigham @mhegazy this change is still present in the 2.8 release - I am seeing the error 😳 . https://unpkg.com/[email protected]/lib/typescript.js contains the string "Target symbol and symbol do not have the same name" - is it possible there was an issue when the release was created? |
@mhegazy did we cut 2.8 before the associated PR was merged? |
@weswigham @mhegazy my apologies, I misread #22403 (comment) - I see that this fix will be in the next release. |
Hi, facing the same issue. Is there a workaround for this issue other that pinning to |
@sberan you mean in the TS2.8.2 release? |
@nicojs I misparsed the " it won't be there in the 2.8 release" statement - this definitely is still an issue in 2.8.1 and is blocking my project from upgrading to TS 2.8. |
@cah-sberan looks like you are running into a different issue. can you share more context. can you share a sample project that we can debug against? |
No, @mhegazy this didn't hit the 2.8 release, so is likely the same issue. It's in the 2.8 branch now (so will be in 2.8.2), but AFAIK the release branch was cut before it was merged. |
Notes: 1. Using nightly TypeScript because of bug microsoft/TypeScript#22403 2. ESLint trailing commas also disabled for now due to bug 3. Minor issue that docs aren't running. needs diagnosis
* removed unused table and velocity-animate * React version upgraded to version 16.3.1. Notes: 1. Using nightly TypeScript because of bug microsoft/TypeScript#22403 2. ESLint trailing commas also disabled for now due to bug 3. Minor issue that docs aren't running. needs diagnosis * unit test fix in progress * unit test fixes for enzyme 2 * - added test debug capability - fixed tests for formlayout, stack, textfield, tooltip * fixed unit tests in scrollable, select, stack, and tooltip. * fixed/commented broken tests with TODO to expedite development for dheeraj * upgraded to react 16.3.1
TypeScript Version: 2.8.0-dev.20180308
Code
Expected behavior:
No error.
Actual behavior:
The text was updated successfully, but these errors were encountered: