Typescript tsx mode company blinks when type
Open
:lang javascript
- Dominant language
- Emacs Lisp
- Stars
- 22.7k
- Forks
- 3.1k
- Avg merge
- 10h 46m
- Merged PRs (30d)
- 4
Description
### What did you expect to happen?
Autocomplete go smooth
### What actually happened?
Company keep blinking
### Describe your attempts to resolve the issue
I think the problem is emmet ls (that is enabled by default)

.
### Steps to reproduce
Open a .tsx file, import a more complex class, type.
### System Information
https://pastebin.com/Smmd23eA
### Edit:
The problem is emmet-ls.
i can workaround with:
```
(after! lsp-mode
(setq lsp-disabled-clients '(emmet-ls)))
```
Contributor guide
Assessment
This issue has not been assessed yet.