Sebastian "Sebbie" Silbermann

Results 143 issues of Sebastian "Sebbie" Silbermann

## Summary Fix and extend attribute-behavior fixture (to help test https://github.com/facebook/react/pull/24741 or https://github.com/facebook/react/pull/24730). ## How did you test this change? - Updated snapshot table using Chrome Version 103.0.5060.114 (Official Build)...

CLA Signed

This is more of an issue report but with a full example to better illustrate the issue. Have you given some thought to how we force `jest` to run the...

Since numeric values are accepted for width/height etc it's confusing to never match `0`.

**Describe the bug** `type PassA = readonly T[];` will not be displayed in the output. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://astexplorer.net/#/gist/bea26d669eb5836fa3cfcc82692f568b/847a7a4b88865ea95b0ab6b9b8c2eaafb10f556c 3. Scroll down to...

We had some [type-related breaking changes with React 18](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/56210) that were supposed to fix long standing issues. If we describe these issues here, reference React 18 types that fix those...

wontfix
BASIC

### Version 27.5.1 ### Steps to reproduce 1. clone https://github.com/eps1lon/react-testing-library-error-repro/blob/jest-repro/yarn.lock 2. checkout `jest-repro` branch 3. `yarn install` 4. `yarn test` ### Expected behavior Test fails due to timeout. ### Actual...

Needs Triage
Bug Report

### 🚀 Feature Proposal Make `console.*` more useful when focusing on a single test by either: 1. Allowing to not print the test names of skipped tests (and related information...

:rocket: Feature Request

Stacked on [#2534](https://github.com/enzymejs/enzyme/pull/2534) ([Diff against #2534](https://github.com/enzymejs/enzyme/compare/createthis:feat/support-react17...eps1lon:feat/support-react17-sebbie)) Compared to https://github.com/enzymejs/enzyme/pull/2534/: - less React 17 branching in tests (goal is 0 branching but branching for error stacks is probably fine) - some...

When using `mount()` `ref.current` was pointing to an internal wrapper component. Previous workarounds: 1. `mount()` 2. `mount().instance()` Both workarounds require knowledge of either enzymes API (2) or internals (1). Making...

semver: patch
package: react adapter: 16
package: react adapter: 15
package: react adapter: 15.4
package: react adapter: 0.14
package: react adapter: 0.13
package: react adapter: 16.1
package: react adapter: 16.2
package: react adapter: 16.3

I don't recommend merging this PR right now. You should carefully audit compatibility of each library used. And of course wait for React 18 to become stable. For example, `@reach/router`...