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 40 million developers.
Sign up
Pinned
5,281 contributions in the last year
Contribution activity
December 2019
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 17 repositories not shown
Created a pull request in facebook/react that received 14 comments
Fix test_build_devtools CI job to run test-build-devtools
We're testing the wrong thing in this job. Probably bad copy paste. As a result, regressions like #17599 creep in. First commit is a small fix that…
+30
−14
•
14
comments
- [ESLint] Allow partial matches for custom Effect Hooks
- Add a regression test for switching from Fragment to a component
- Build FB RN targets only in experimental mode
- Move DevTools CI job to experimental workflow
- [Don't merge] Test CI
- Fix missing stacks in WWW warnings
- [Fast Refresh] Support injecting runtime after renderer executes
- Additional test infra changes for toErrorDev rename
- Revert "Remove renderPhaseUpdates Map"
- Rename toWarnDev -> toErrorDev, toLowPriorityWarnDev -> toWarnDev
- Use matching test command for equivalence tests
- Use console directly instead of warning() modules
- ignore me
- Add component stacks to (almost) all warnings
- [react-interactions] Add Listener API + useEvent hook
- DevTools build script enhancements
- Make HostComponent inexact
- [Flight] Chunks API
- Favor fallthrough switch instead of case statements for work tags
- Added more forwardRef test cases for DevTools
- Improved selection and toggling for props/hooks/state
- [Fast Refresh] Support injecting runtime after renderer executes
- DevTools context menu
- Improved inspected element props with inline previews
- Remove the condition argument from warning()
- Move scheduleHydration to root prototype
- Distinguish between an empty slot and a mismatch
- Replace `wrap-warning-with-env-check` with an eslint plugin
- Replace `wrap-warning-with-env-check` with an eslint plugin
- HostText needs to copy over from current if it is unchanged
Created an issue in pmmmwh/react-refresh-webpack-plugin that received 11 comments
Cannot read property 'mode' of undefined
After adding this plugin to an ejected CRA project I get:
Cannot read property 'mode' of undefined
Are we assuming some particular webpack version?
11
comments