-
Notifications
You must be signed in to change notification settings - Fork 448
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
chore(deps): initialize TS support in Vue files #14212
Conversation
src/components/RightSidebar/SearchMessages/SearchMessagesTab.vue
Outdated
Show resolved
Hide resolved
src/components/RightSidebar/SearchMessages/SearchMessagesTab.vue
Outdated
Show resolved
Hide resolved
342f83f
to
c85ffc0
Compare
I have a very weird error, which doesn't make sense - the types are correct here. Don't you have the same?
|
I see it in the file, but not during automatic check 🤔 Maybe it's due to that type is inferred from .js file |
It infers type from JS definition incorrectly. Either migrate the module to TS or add JSDoc with types:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
- sourced from Talk Desktop Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
- sourced from Talk Desktop Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
e24e6a2
to
8ff3673
Compare
|
/backport to stable31 |
☑️ Resolves
🖌️ UI Checklist
🚧 Tasks
🏁 Checklist