Bichi Kim
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   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