Sebastian "Sebbie" Silbermann
Sebastian "Sebbie" Silbermann
> I think we should move forwards with the open PR we have for await act.. Wdyt? That's the plan for January. Just need to find time. In the meantime,...
Should we verify this also works in an actual browser not just JSDOM? You can use https://react.new and a build from that PR via https://ci.codesandbox.io/status/facebook/react/pr/30752 to create a repro highlighting...
Seems like this is failing with `yarn test --variant=true`
FYI you can just use URLs in the package.json in the sandboxes. This helps to confirm the correct version is used. Can you summarize in the PR description what is...
Gotcha, thank you for the clarification. I was submitting via click and then it didn't reset. That's also probably why we haven't gotten any reports yet because most devs test...
> Yes, but at the same time this opens up some very unpleasant artifacts. You mean this PR introduces new bugs or during testing you noticed existing bugs? Controlled ``...
Interesting find. Do we have the same behavior in the latest React 19 RC?
Can you rebase? Seems like CI missed this.
The support for flat config is backwards compatible with ESLint v8 and lower?
Thank you for the repro. The Codesandbox didn't load for me so I created a new one. We can repro this with just clicking submit buttons as well: https://github.com/facebook/react/assets/12292047/6f4444ec-1393-4de5-aab8-ab8b5c93ba54 --...