Sebastian "Sebbie" Silbermann

Results 164 issues of Sebastian "Sebbie" Silbermann

Seems to not work. May have to wait for https://github.com/facebook/react/pull/31587 ## Summary Closes https://github.com/facebook/react/issues/31578 ## How did you test this change? Lint against optimization. It's more noisy than it needs...

CLA Signed
React Core Team

We currently have separate `onDragStart`, `onDragEnd` and `onChange` events. Combined with the native `onClick` these cause a somewhat unintuitive call order. How I understand the use cases of the `onDrag*`...

component: slider
discussion
RFC

## Summary Failing test for https://github.com/facebook/hermes/issues/1028 ## Test Plan - [ ] CI

CLA Signed

type: next
created-by: Next.js team
tests

Just testing if there's any existing issues.

created-by: Next.js team
tests

### Describe the bug When `env.targets` targets an environment with support for class properties, SWC will still transpile in a `constructor` implementation. This is problematic since throwing an error from...

C-bug

**Describe the bug** Version: 0.26.1 **To Reproduce** Call `module#findSourceMapURL` on `dist/typescript.js` The published code references a sourcemap via `//# sourceMappingURL=typescript.js.map` but that file is not actually published (see https://unpkg.com/@ts-morph/[email protected]/dist/typescript.js). This...

Types for https://github.com/facebook/react/pull/33215 + `store.update()`

## Changes `@testing-library/react` will require `await act()`. At that point the rule is useless. Kept for backwards compatibility. ## Context https://github.com/testing-library/react-testing-library/pull/1214/

Fixes `TypeError: Cannot read properties of null (reading 'firstChild')` if a `` was the last element. Existing tests didn't catch this since `` was followed by some whitespace. However, when...