Sebastian "Sebbie" Silbermann

Results 555 comments of Sebastian "Sebbie" Silbermann

RTL is green with DTL 10: https://github.com/testing-library/react-testing-library/pull/1293

Can you add a test for the name computation? Or do we already have one?

Thanks for the report. This makes sense to me intuitively but it's not very clear from the [ACCNAME spec](https://w3c.github.io/accname/). Though this may just be an implementation choice or concern for...

> Based on how screen readers actually behave with shadow content, my intuition is that essentially the shadow tree should be traversed in normal tree order (with slots serialized in...

@jeffredodd Sorry to bother you here but I didn't find any other way to contact you: What's your experience so far with using build artifacts for historical data? The circle...

Do we also have a similar pitfall for useContext? I remember one or two cases where people also didn't know they had to call useContext from within the tree that...

We do have it in some places not every case. I'm all for adding more JSDOC to the React types. I'm currently more occupied with cleaning up a lot of...

> #4720 @eps1lon Are you implementing something similar to this? I don't think so. My PR just about having the Sandpack snippets in TypeScript. From the PR description in #4720,...

> For line or character highlights we can use inline syntax like special comments so that they are automatically translated. Do you have an example where we currently use line...

@gaearon Now compiles from just the TS version. Produces inconsistent formatting though: > Right now we transpile+format the TS version when parsing MDX to produce the JS version. This is...