Bichi Kim

Results 5 comments of Bichi Kim

I think so too. Sometimes It rather disturbs me. (webstorm) You guys should look into this problem deeply 40% suggestions is not what I want ![image](https://user-images.githubusercontent.com/13829322/129473323-3b8481ea-6f6d-4cdc-a2d2-85881a5dc44f.png) ![image](https://user-images.githubusercontent.com/13829322/129473397-a29b735c-29ea-468d-9e36-4941653f224c.png) suggestions should be...

My suggestion ```js import { defineComponent, ref, h } from 'vue' import {debug} from '@vue/devtool/debug' export default defineComponent({ name: 'SetupRender', setup () { const name = ref('foo') debug({ name, })...

My PR for this -> https://github.com/vuejs/core/pull/5383

I solve this problem by below code `delete process.env.TS_NODE_PROJECT` add this code on top of webapck.config.ts file. 👍

Please check the link below :) https://github.com/bichikim/addon-svelte-csf-error-example