Highlights
- Arctic Code Vault Contributor
Pinned
3,431 contributions in the last year
Less
More
Activity overview
Contributed to
mui-org/material-ui,
eps1lon/core-plus-pickers,
DefinitelyTyped/DefinitelyTyped
and 5 other
repositories
Contribution activity
March 2021
Created 54 commits in 10 repositories
Created 4 repositories
- eps1lon/emotion-jsx-import-source-typescript TypeScript
- eps1lon/webpack-karma JavaScript
- eps1lon/webpack-asset-modules-source-require-context JavaScript
- eps1lon/webpack.js.org JavaScript
Created a pull request in testing-library/dom-testing-library that received 8 comments
BREAKING CHANGE: Ignore <script /> and comment nodes when logging the DOM
I would find this change useful. But I believe this is possible to do in userland so I'm preparing a PR that just implements this in userland. We c…
+104
−3
•
8
comments
Opened 46 other pull requests in 6 repositories
mui-org/material-ui
1
open
34
merged
5
closed
- [core] Use latest TypeScript in typescript-to-proptypes
- [pickers][internal] Move own internals from lab internals to dedicated file
- [StaticDateRangePicker] Fix inconsistent name for theme props
- [test] Wait on e2e server to start before starting runner
- [Pickers][internal] Sort properties
-
[DateRangePickerInput][internal] Inline
makeDateRangePickercalls - [utils] Fix useForkRef typings rejecting nullish
- [test] Use fixture terminology in e2e and visual regression tests
- [core] Drop support for React 16
- [core] Fix allSettled usage
-
[Pickers] Unify
refbehavior - [internal][pickers] Follow "private by default" in makeDateRangePicker
- [docs] Use defaultCodeOpen where appropriate
- [core] Switch to React 17
- [core] Resolve to absolute paths with babel
- [test] Transpile more similar to prod bundle
- [test] Create end-to-end testing CI job
- [benchmark] Set intended environment
- [docs] Consolidate environment variables into next.config
- [core] Bump missed node versions
- [core] Use webpack 5 in size:snapshot and benchmarks
-
[docs] Use
envnext config over DefinePlugin - [pickers] Simplify internals of *Wrapper components
- [SpeedDial] Open/Close synchronous
- [core] Use Promise.allSettled over .all where appropriate
- Some pull requests not shown.
facebook/react
2
merged
typescript-cheatsheets/react
1
open
webpack/webpack.js.org
1
merged
bvaughn/react
1
merged
DefinitelyTyped/DefinitelyTyped
1
merged
Reviewed 64 pull requests in 10 repositories
mui-org/material-ui 35 pull requests
- [core] Use latest TypeScript in typescript-to-proptypes
- [website] Fix layout shift and improve purpose
- [DateRangePicker] Fix props naming in DatePicker components
- [docs] Fix various a11y issues reported by lighthouse
- [core] Update the codesandbox issue templates
- [docs] Cover change of React support
- [test] Wait on e2e server to start before starting runner
- [Menu] Support Cascading Menus
- [test] Use fixture terminology in e2e and visual regression tests
- [test] Create end-to-end testing CI job
- [Snackbar] Fix prop type error for 'key' prop
- [docs] Use defaultCodeOpen where appropriate
- [Autocomplete] Warn when the input didn't resolve in time
- [test] Transpile more similar to prod bundle
- [benchmark] Set intended environment
-
[Slider] Add
tabIndexprop - [Table] Fix duplicated keys in TablePagination rows per page
- [utils] Allow functional updates in TypeScript declaration of useControlled
- [pickers] Simplify internals of *Wrapper components
- [ButtonBase] Fix default type attribute (submit -> button)
- [core] Batch small changes
- [SpeedDial] Reset tooltip state when the speed dial is closed
- [utils] Add a new integer propType
-
[TextField] Add a new
inputprop, to match Select - [docs] Improve accessibility of the basic menu demo
- Some pull request reviews not shown.
reactjs/reactjs.org 8 pull requests
- Testing Recipes - Timers: call useFakeTimers/userRealTimers before/after each test
- remove unwanted vaiable from if statement
- Fix typos in error-boundaries.md
- Clarify useImperativeHandle usage
- Mention useReducer as a cause of rerender in React.memo
- Fix useReducer init param docs
-
Changed spelling of 'state' from
staletostate - Fixing syntax error in #functions-as-children
DefinitelyTyped/DefinitelyTyped 7 pull requests
- react-router: Make path prop for Route component readonly
- fix: (react) - allow reuse the raw function of a memo-ed function component wit…
- React-big-calendar: DnD - Changes allDay to isAllDay in drop/resize
- Revert "🤖 Merge PR #51252 fix(styled-components): limited use of 'Omi…
- fix(styled-components): limited use of 'Omit' for strictly types
- make className for styled-components wrapped components optional
- fix(react): Use SchedulerInteraction type from scheduler/tracing
testing-library/dom-testing-library 4 pull requests
facebook/react 3 pull requests
typescript-cheatsheets/react 2 pull requests
mui-org/material-ui-x 2 pull requests
testing-library/testing-library-docs 1 pull request
facebook/jest 1 pull request
testing-library/jest-dom 1 pull request
Created an issue in webpack/webpack that received 18 comments
inline loader not migrateable to webpack 5 when used in require.context
Bug report What is the current behavior? The documentation in https://webpack.js.org/guides/asset-modules/#replacing-inline-loader-syntax to repla…
18
comments