Sebastian "Sebbie" Silbermann

Results 792 comments of Sebastian "Sebbie" Silbermann

> Type-checking allows autocompletion, and validate the env was loaded (no need assumption like as string or notNull!. That's not what people generally understand under type-checking. We don't check if...

This is indeed a bug, thank you for reporting. Only uncontrolled components should be automatically reset when the `action` prop is used. The `` here is controlled though and shouldn't...

We're currently closing the pipe destination by default when you call `pipe(stream)`. That's why calling `stream.write()` in `onAllReady` does nothing since the Stream is already closed. `pipe` from `renderToPipeableStream` would...

We fixed some scenarios where this could occur in React DevTools 7.0. If this issue still persists, please open a new issue.

It doesn't look like this bug report has enough info for one of us to reproduce it. Please provide a CodeSandbox (https://react.new), or a link to a repository on GitHub....

Can reproduce with the provided repro and also `[email protected]`. I also double checked by using breakpoints to ensure it's not just `console.log` being incorrectly silenced.

The tests uses too many implementation details. A codesandbox from https://react.new is sufficient to verify this works. You can verify with builds from the branch in the GitHub status check...

Thank you for reporting. This seems to work in a minimal example: https://codesandbox.io/p/sandbox/magical-rosalind-qkf43m?workspaceId=ws_NXrhLjqHgWvFjhiKcfVFu6 Your version of `react-is` is probably not matching the version of React you're using. `react-is` must always...

* **#71443** : 2 dependent PRs ([#71444](https://github.com/vercel/next.js/pull/71444) , [#71451](https://github.com/vercel/next.js/pull/71451) ) 👈 * **#71423** * `canary` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @eps1lon...