Sebastian "Sebbie" Silbermann

Results 555 comments of Sebastian "Sebbie" Silbermann

Mabye the "invalid" wording is a bit strong. We should just say it's renamed as @rickhanlonii suggests. But removing support would be a novel thing to do. We haven't done...

It can get confusing with regards to object spreading and handling both casings. We'd have to add additional runtime logic to reconcile all casing variants. Typechecking would also have to...

@Egor-Koldasov Can you double check if this still reproduces with the latest version of `@typescript-eslint/*`?

Heads up that switching to the new "get owner" API in the internals is not sufficient since getting the owner is now dev-only. `useStableCollectionKey` sounds like it's for production as...

Not working on this one at the moment

Because it has merge conflicts and was not reviewed in its latest state

Landed in https://github.com/facebook/react/pull/26088

@ntucker Calling `act` within a hook is a bit odd considering `act` is a testing utility. It doesn't even work in production. I'll try to figure out why it behaves...