susanne99

Results 5 comments of susanne99

i use VUE2 with typescript, and i wrote all my componennts for example like this: ``` import Vue, { PropType } from 'vue' import { mapState, mapActions, mapGetters } from...

Hi Cyclodex, thanks for your helping! tsconfig.json: ``` { "compilerOptions": { "allowJs": false, "target": "esnext", "module": "esnext", "strict": true, "jsx": "preserve", "importHelpers": true, "moduleResolution": "node", "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports":...

**I can't imagine that nobody has this problem** **I mean, a recursion error with max. call stack size exceeded cannot only effect me.** **.vscode\extensions\octref.vetur-0.36.0\server\node_modules\typescript\lib\typescript.js:60715 function instantiateTypeWorker(type, mapper, aliasSymbol, aliasTypeArguments) {**...

hi,   thanks fpr the tip ! meanwhile i stopped the investigation and use from now on volar. it works, but sometimes (very little) i monitored also a stack overflow error...

#6006 is a long report. what has changed between 1.5.1 and 1.6.0? and what do I have to do to get it working again? There are probably a lot of...