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,747 contributions in the last year
Contribution activity
October 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 12 repositories not shown
Created a pull request in facebook/react that received 4 comments
[Not for merge] Old majors branch
This branch contains checked-in complete npm packages from 0.14, 15, and 16. The first commit add them, and the next commit adds build artifacts fo…
- useRef: Warn about reading or writing mutable values during render
- ReactDebugHooks clones refs before shallow render (and warns on mutate)
- [Fast Refresh] Fix crashes caused by rogue Proxies (#20030)
- [EventSystem] Revise onBeforeBlur propagation mechanics
- Untangle circular dependencies, part 1
- DevTools always overrides the dispatcher when shallow rendering
- [Not for merge] Backport JSX transform runtime
- Revert "DevTools: Improve browser extension iframe support (#19854)"
Created an issue in facebook/jest that received 16 comments
The original function name gets lost in the Jest error stack
test('hello world', () => { function BadCode() { throw new Error('noo') } function run(fn) { fn() } run(BadCode)
});
I expect to see BadCode in the…