Swaroop Sethumadhavan

Results 2 comments of Swaroop Sethumadhavan

@booleanhunter I feel its necessary. Writing like the above, you need to remember all the classNames. Probably adding a component like: ``` ``` This will be much neater and easier....

FWIW: I had a similar issue and I had to add the include `vitest/globals` as part of the `compilerOptions.types`. Here's my `tsconfig.json`. ```json { "compilerOptions": { "target": "esnext", "useDefineForClassFields": true,...