johnny kim
johnny kim
@rtm While using Visual Studio Code. I can see that warning of using method that component class file doesn't have. See below example // hello.component.ts ```typescript @Component({ template: './hello.component.html' })...
@fmdkdd Thank you. I just changed `flycheck.el` file that `source-inplace` to `source` on tslint checker. it works nice. but is that OK? Do i need change that code every `flycheck`...
same issue. I've used with sveltekit. ``` ReferenceError: module is not defined at /@fs/Users/johnny/Projects/loantalk/node_modules/debug/src/index.js?v=e1652a3c:7:2 at instantiateModule (/Users/johnny/Projects/loantalk/node_modules/vite/dist/node/chunks/dep-9c153816.js:56193:15) is not a valid SSR component. You may need to review your build...