I maintain stuff

- Berlin, Germany
-
12:34
- 2h ahead - https://solverfox.dev
- @sebbie.dev
Pinned Loading
-
facebook/react
facebook/react PublicThe library for web and native user interfaces.
-
types-react-codemod
types-react-codemod PublicCollection of transforms for jscodeshift related to `@types/react`
-
dom-accessibility-api
dom-accessibility-api PublicImplements https://w3c.github.io/accname/
-
testing-library/react-testing-library
testing-library/react-testing-library Public🐐 Simple and complete React DOM testing utilities that encourage good testing practices.
-
DefinitelyTyped/DefinitelyTyped
DefinitelyTyped/DefinitelyTyped PublicThe repository for high quality TypeScript type definitions.
-
screen-reader-testing-library
screen-reader-testing-library PublicUtilities to match the speech output of screen readers when replaying user interactions.
3,307 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
April 2025
Created 77 commits in 18 repositories
Created 2 repositories
-
eps1lon/vscode
TypeScript
This contribution was made on Apr 16
-
eps1lon/00415268-middleware-params
TypeScript
This contribution was made on Apr 9
Created a pull request in vercel/next.js that received 7 comments
[test] Get rid of unrelated "Invalid hook call" error from tests using styled-components
Basically just needed to get styled-components/styled-components#3521 (odd to revisit a 3yr old PR of mine the week styled-components gets sunset). W…
Opened 39 other pull requests in 7 repositories
vercel/next.js
22
merged
2
open
1
closed
-
[test] Improve coverage for fetch errors in Edge runtime
This contribution was made on Apr 16
-
ignore-list published sources if they have a sourcemap
This contribution was made on Apr 16
-
[dev-overlay] Move
error.name
to labelThis contribution was made on Apr 15 -
[dev-overlay] Add dedicated label for recoverable errors
This contribution was made on Apr 15
-
Preserve slashes when custom URL schemes are used in redirects
This contribution was made on Apr 15
-
[test] Enable
strictNullChecks
in test utilsThis contribution was made on Apr 14 -
[test] Add dedicated tsconfig for test utils
This contribution was made on Apr 14
-
[dev-overlay] Stop squashing hydration related errors in App Router
This contribution was made on Apr 14
-
[test] Assert on all errors in app/ hydration-error suite
This contribution was made on Apr 14
-
[test] Activity has types and supports react-server
This contribution was made on Apr 11
-
Cleanup
config.experimental.reactOwnerstack
This contribution was made on Apr 10 -
[dev-overlay] Unify error deduplication logic
This contribution was made on Apr 10
-
[test] Stop asserting on internal stackframes when features are working as intended
This contribution was made on Apr 10
-
[dev-overlay] Stop stashing React error details on error instances
This contribution was made on Apr 9
-
Ignore generated
@next/swc-wasm-nodejs
JS code during lintingThis contribution was made on Apr 9 -
[dev-overlay] Remove unused hydration error related code
This contribution was made on Apr 8
-
[test] Assert on all errors in Redbox matchers
This contribution was made on Apr 7
-
[test] Use React 19.1 everywhere
This contribution was made on Apr 7
-
[test] Remove global styled-components install
This contribution was made on Apr 3
-
[dev-overlay] Fix unactionable
useLayoutEffect
warning if React 18 is usedThis contribution was made on Apr 2 -
[dev-overlay] Fix ref warning when Pages Router with React 18 is used
This contribution was made on Apr 2
-
[dev-overlay] Remove unused
storeHydrationErrorStateFromConsoleArgs
This contribution was made on Apr 2 -
[test] Update stale snapshots
This contribution was made on Apr 1
-
Revert "Remove useSyncExternalStore from useIsDevRendering (#77651)"
This contribution was made on Apr 1
-
Include endpoint when we can't find a Server Action
This contribution was made on Apr 1
DefinitelyTyped/DefinitelyTyped
6
merged
1
closed
-
[react] Allow Passing Blob/File/MediaSource/MediaStream to src of <img>, <video> and <audio>
This contribution was made on Apr 12
-
[react] Add
unstable_Activity
This contribution was made on Apr 10 -
[react] Add
unstable_Activity
This contribution was made on Apr 9 -
[react] 19.1
This contribution was made on Apr 2
-
[react] Add Fragment Refs
This contribution was made on Apr 1
-
[react] Updates to Gesture Transitions
This contribution was made on Apr 1
-
[react] Updates to View Transition
This contribution was made on Apr 1
facebook/react
2
merged
-
[devtools] Fix "View source" for sources with URLs that aren't normalized
This contribution was made on Apr 17
-
Send notification to Discord if automated publish fails
This contribution was made on Apr 9
reactjs/react.dev
2
merged
-
Misc
captureOwnerStack
cleanup after stable releaseThis contribution was made on Apr 2 -
Use stable React by default in Sandpacks
This contribution was made on Apr 2
microsoft/vscode
1
open
-
Deemphasize old JSX transform
This contribution was made on Apr 16
microsoft/TypeScript
1
merged
-
Deemphasize old JSX transform
This contribution was made on Apr 16
microsoft/DefinitelyTyped-tools
1
merged
-
feat: Remove use-sync-external-store from expectedNpmVersionFailures.txt
This contribution was made on Apr 2
Reviewed 66 pull requests in 7 repositories
vercel/next.js
25 pull requests
-
remove BrowserInterface
This contribution was made on Apr 18
-
make sure eslint-plugin-next is built when running 'pnpm dev'
This contribution was made on Apr 18
-
test: try to fix flakiness in amphtml util
This contribution was made on Apr 18
-
Upgrade React from
b04254fd-20250415
to4a36d3ea-20250416
This contribution was made on Apr 17 -
Migrate pages API routes to handler interface
This contribution was made on Apr 17
-
[ts-next-plugin] warn to add correct type for metadata exports
This contribution was made on Apr 17
-
[ts-next-plugin] auto import metadata type
This contribution was made on Apr 17
-
[errors] refactor default global-error into a separate file
This contribution was made on Apr 17
-
[test] Improve coverage for fetch errors in Edge runtime
This contribution was made on Apr 17
-
Upgrade React from
39cad7af-20250411
tob04254fd-20250415
This contribution was made on Apr 16 -
Prevent typescript errors in IDE for newly generated tests
This contribution was made on Apr 16
-
Preserve slashes when custom URL schemes are used in redirects
This contribution was made on Apr 16
-
[ts-next-plugin] remove typescript vfs and related metadata plugin
This contribution was made on Apr 16
-
[chore] remove unused __NEXT_PRIVATE_RUNTIME_TYPE
This contribution was made on Apr 16
-
Include types in published
eslint-plugin-next
This contribution was made on Apr 15 -
[test] Activity has types and supports react-server
This contribution was made on Apr 15
-
Document Turbopack trace viewer
This contribution was made on Apr 15
-
Pass display name to cache handlers
This contribution was made on Apr 15
-
perf: Check file using SWC before applying React Compiler
This contribution was made on Apr 15
-
Upgrade React from
1d6c8168-20250411
to39cad7af-20250411
This contribution was made on Apr 14 -
test: remove "@testing-library/jest-dom" from default jest setup
This contribution was made on Apr 14
-
[test] Enable
strictNullChecks
in test utilsThis contribution was made on Apr 14 -
[test] Add dedicated tsconfig for test utils
This contribution was made on Apr 14
-
[dev-overlay] disable copy button when clipboard is not available
This contribution was made on Apr 14
-
[dev-overlay] Stop stashing React error details on error instances
This contribution was made on Apr 12
- Some pull request reviews not shown.
DefinitelyTyped/DefinitelyTyped
7 pull requests
-
feat(react): strict compile-time memoization checks
This contribution was made on Apr 18
-
Fix type of React
bootstrapScripts
andbootstrapModules
(static)This contribution was made on Apr 9 -
Add MathML Core Support to
@types/react
This contribution was made on Apr 2 -
Fix type of React
bootstrapScripts
andbootstrapModules
This contribution was made on Apr 2 -
[react] 19.1
This contribution was made on Apr 2
-
[react] Add Fragment Refs
This contribution was made on Apr 2
-
[react] Updates to View Transition
This contribution was made on Apr 1
facebook/react
7 pull requests
-
fix: path handling in react devtools
This contribution was made on Apr 17
-
[devtools] Fix "View source" for sources with URLs that aren't normalized
This contribution was made on Apr 17
-
Allow Passing Blob/File/MediaSource/MediaStream to src of <img>, <video> and <audio>
This contribution was made on Apr 8
-
Workaround against display: inline bug in Safari
This contribution was made on Apr 7
-
Run Component Track Logs in the console.createTask() of the Fiber
This contribution was made on Apr 4
-
Follow through all the phases when an error happens during snapshotting
This contribution was made on Apr 2
-
s/HTML/text for text hydration mismatches
This contribution was made on Apr 1
reactjs/react.dev
3 pull requests
-
fix(reference): missing parameter in hydrateRoot
This contribution was made on Apr 15
-
Add note about root.render microtask scheduling
This contribution was made on Apr 8
-
Add note about
useId
being allowed in non-async Server ComponentsThis contribution was made on Apr 7
testing-library/testing-library-docs
1 pull request
-
Update docs with
reactStrictMode
inrender
This contribution was made on Apr 2
testing-library/react-testing-library
1 pull request
-
Add
reactStrictMode
as an option torender
This contribution was made on Apr 2
reactjs/react-codemod
1 pull request
-
feat: add React 19 replace default props transform
This contribution was made on Apr 1
Created an issue in uhop/install-artifact-from-github that received 2 comments
Incompatible with pnpm v10
PNPM v10 no longer sets the necessary npm_*
variables.
We had to prefix the install
script to make it work again:
+"install": "npm_package_github=h…
Opened 1 other issue in 1 repository
microsoft/TypeScript
1
closed
-
--jsx react
should be deemphasizedThis contribution was made on Apr 16