Abhilash

Results 4 comments of Abhilash

> I'm glad that this has fixed the issue for some. Unfortunately, it seems to be a source of problem for others. See [DefinitelyTyped/DefinitelyTyped#65987 (comment)](https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/65987#discussioncomment-6371630) > > And we already...

@Vinnl This issue occurs specifically when utilizing the tsc (TypeScript compiler) to generate a compiled distribution bundle. Code is not public,Will try manually in my local

Alternatively, you can replicate the issue by creating a simple React TypeScript component and its corresponding test case that makes use of @testing-library/jest-dom. Afterwards, you can generate the build using...

> @abhi-works Is your code public somewhere that I could try it out? Or alternatively, could you open `node_modules/@types/testing-library__jest-dom/index.d.ts` and apply [these changes](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/65991/files) (i.e. replace the first `{}` by `unknown`...