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

Issues with Typescript #19

Open
vpzomtrrfrt opened this issue Jan 14, 2020 · 1 comment
Open

Issues with Typescript #19

vpzomtrrfrt opened this issue Jan 14, 2020 · 1 comment

Comments

@vpzomtrrfrt
Copy link

Attempting to use bind throws this compilation error:

TS1241: Unable to resolve signature of method decorator when called as an expression.
      Type 'TypedPropertyDescriptor<unknown>' is not assignable to type 'void | TypedPropertyDescriptor<(userInfo: Readonly<UserInfo>) => void>'.
        Type 'TypedPropertyDescriptor<unknown>' is not assignable to type 'TypedPropertyDescriptor<(userInfo: Readonly<UserInfo>) => void>'.
          Types of property 'value' are incompatible.
            Type 'unknown' is not assignable to type '((userInfo: Readonly<UserInfo>) => void) | undefined'.
              Type 'unknown' is not assignable to type '(userInfo: Readonly<UserInfo>) => void'.
@vpzomtrrfrt
Copy link
Author

Apparently setting target in tsconfig resolves this. Is that an expected requirement, or is this something that can be fixed?

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

No branches or pull requests

1 participant