Matan Borenkraout
Matan Borenkraout
Based on a short debug scenario, the length of the `markup` here is 10442 characters. I do not think it's overflowing but I was unable to understand what's happening while...
> Getting the same issue, we use SVGs a lot and they quickly eat up the size of the HTML such that only 1 or 2 SVGs are needed to...
I think that what you're experiencing is actually this one: https://github.com/testing-library/react-testing-library/pull/1214
Hi @jacklaurencegaray, thanks for opening this one. Actually, in React Testing Library we've made this change since version 16 to not include DTL and I assume this comment in our...
No that's actually the opposite :) In RTL we're not installing DTL as a dependency anymore and it has moved to be a peerDependency. That means that a user trying...
Thanks @jacklaurencegaray! Actually, keeping the comment in user-event makes sense to me, maybe it's just worth emphasizing that we should make sure if DTL is already installed by one of...
Hi @Janpot, thanks for opening this. I'm not sure there's anything we can do here. This isn't tightly related to testing library as the `--no-isolate` flag clearly states that this...
I tried reproducing this one but it doesn't look like it reproduces: https://stackblitz.com/edit/rtl-template-xnwlv3gq?file=src%2FApp.test.tsx,src%2FApp.tsx @KirtiGautam620 were you able to reproduce it? please share a minimal reproduction. Please note that you are...