Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
3,011 contributions in the last year
Contribution activity
September 2020
Created a pull request in facebook/react that received 16 comments
Include JSX callsite in the missing key warning
React 17 uses native browser frames for stack traces, which means that host elements like <div> no longer have line numbers. And for components, yo…
+240
−179
•
16
comments
- Don't delegate the dblclick event
- Remove passive intervention flag
- [Events] Make passiveness and priority non-configurable
- [Out-of-band] Listen to onScroll during hydration
- Listen to onScroll during hydration
- Revert "Revert "Remove onScroll bubbling flag (#19535)" (#19655)"
- Revert "Use Global Render Timeout for CPU Suspense"
- Don't delegate the dblclick event
- Fix `act` bundle size regression
- Include JSX callsite in the missing key warning
- [Events] Make passiveness and priority non-configurable
- Listen to onScroll during hydration
- [Flight] Set dispatcher for duration of performWork()
- Decrease expiration time of input updates
- Add feature flag to disable scheduler timeout in work loop
- Add an option to DevTools to enable double-logging
Created an issue in facebook/create-react-app that received 1 comment
[V4] Fast Refresh should dismiss runtime errors
Type foo.bar() inside a component
See runtime error overlay
Change that to foo.baz() and save
Expected: see the foo.baz() error overlay instead.
…
1
comment