echarts-for-react icon indicating copy to clipboard operation
echarts-for-react copied to clipboard

Strange bug in Version 3.0.2 with typescript version > 4.5.3 crashes tsserver.js

Open Manuelbaun opened this issue 2 years ago • 0 comments

Hello,

I found a very strange bug when I use version 3.0.2 of the "echarts-for-react" lib. It seems, that this library causes my typescript Language server to crash.

When I import the lib and close and open the vs-code editor, the typescript language server restarts continuously and after 5 times, it gives up.

if I change that version to 3.0.1, the language server does not crash.

I cannot really pin down, what cause the crash, but it has to do with the version 3.0.2 as in 3.0.1 this issue does not arise. I have tested typescript 4.5.3 and 4.5.4 only

Manuelbaun avatar Jan 13 '22 15:01 Manuelbaun