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

Message "warning: unhandled node kind: 191" #71

Closed
aywan opened this issue Nov 18, 2020 · 2 comments
Closed

Message "warning: unhandled node kind: 191" #71

aywan opened this issue Nov 18, 2020 · 2 comments
Labels
bug Something isn't working fixed and released

Comments

@aywan
Copy link

aywan commented Nov 18, 2020

Version: 2.14.2

Typescript version: 4.0.5

Environment:

docker, alpine
node:12.16.2 custom container
node:12.19.1-alpine3.10 - stock, docker hub container

Code:

const useFormProcessing = (): [isProcessing: boolean, changeState: (name:  string, state?: boolean) => void] => {
....
}

Running with debug mode allow to find place where message appears.
Problem with Labeled Tuple Elements.
If remove labels - all ok.
Can you help me to find a problem?

Looks like same issue at type-coverage-report: alexcanessa/typescript-coverage-report#25

@plantain-00
Copy link
Owner

v2.14.3 should fix this.

@plantain-00 plantain-00 added bug Something isn't working fixed and released labels Nov 18, 2020
@aywan
Copy link
Author

aywan commented Nov 19, 2020

I confirm v2.14.3 fixes the bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed and released
Projects
None yet
Development

No branches or pull requests

2 participants