Replies: 1 comment
-
This is a bug in our TypeScript bindings, fix will be in 6.7.2. See #12663 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
code:
error:
any
'this' implicitly has type 'any' because it does not have a type annotation.ts(2683)
user.model.ts(57, 45): An outer value of 'this' is shadowed by this container.
'this' implicitly has type 'any' because it does not have a type annotation.ts(2683)
user.model.ts(57, 45): An outer value of 'this' is shadowed by this container.
'this' implicitly has type 'any' because it does not have a type annotation.ts(2683)
Beta Was this translation helpful? Give feedback.
All reactions