mui-org/material-ui 62083
React components for faster and easier web development. Build your own design system, or start with Material Design.
oliviertassinari/babel-plugin-transform-react-remove-prop-types 887
Remove unnecessary React propTypes from the production build. :balloon:
oliviertassinari/babel-plugin-react-remove-properties 316
Babel plugin for removing React properties. :dash:
oliviertassinari/a-journey-toward-better-style 234
A Journey toward better style
oliviertassinari/browser-metrics 115
A collection of metrics tools for measuring performance ⚡️
Giners/mui-places-autocomplete 28
Google Material Design (Material-UI) styled React component using Google Maps Places Autocomplete
oliviertassinari/babel-plugin-transform-dev-warning 11
Remove development warning from production code
AirDJ est un logiciel qui permet de mixer de la musique à partir du mouvement des mains, grâce à une kinect.
Architectures reconfigurables et langages HDL
Pratique des systèmes à microprocesseurs
push eventdmtrKovalenko/material-ui
commit sha 56c7a6b5d37044f3d78b67a0b1d4652f1b0dfcf1
merge with previous docs page
push time in an hour
push eventdmtrKovalenko/material-ui
commit sha 03ab690a35f7302e133729af5967e0afef5c0dbd
fix eslint
push time in an hour
push eventdmtrKovalenko/material-ui
commit sha 985e0ecca43718e011306a82e7bfc68657b81f6c
fix translations
push time in 2 hours
push eventdmtrKovalenko/material-ui
commit sha ede1de0896ba77ccbe74e68dd3cee58f79b6e430
fix yarn.lock
push time in 2 hours
startedmark-tate/use-date-input
started time in 2 hours
push eventdmtrKovalenko/material-ui
commit sha 84d678412a0d7a07b2a600907a569a822ffc9ba4
fix warning
commit sha c636245ed2529b1df722c5d8de9b2e11b81ecf0a
fix indentation and casing
push time in 2 hours
push eventdmtrKovalenko/material-ui
commit sha 49f757c508ec7a7c35e861825df76157f70a41d3
fix static diff
push time in 2 hours
pull request commentmui-org/material-ui
[Slider] Add sx prop in SliderStyled
I wonder, did we drop the SliderProps type?
comment created time in 2 hours
push eventdmtrKovalenko/material-ui
commit sha 0244a6384f336cc484ab5088de536fcca432beab
skip failing tests
commit sha 98dd63cff6718e56154c5928241781d783bfb17d
remove duplicate information
push time in 3 hours
push eventdmtrKovalenko/material-ui
commit sha ac209fee4c00e825d3ecedfef96c4c607d842e0b
tag convention
commit sha 33d3c7b6ec2d57a457d36ad3e42817e948ef4d5a
skip failing tests
push time in 3 hours
issue commentmui-org/material-ui-pickers
I will open an RFC so we move to the native date input API. This will both ease adoption and solve this problem.
comment created time in 3 hours
push eventdmtrKovalenko/material-ui
commit sha 12bce5c28bfde356a59d1d47d2727ebb34729b41
improve demo
push time in 3 hours
push eventdmtrKovalenko/material-ui
commit sha b34bee772e6d3496c599fd809ab3971f2897da98
[docs] Fix typo in `README.md` (#23329)
commit sha d690483eb8c9b16780a2d9fcf27b83fd6c94bfff
[Autocomplete] Follow Material Design State spec (#23323)
commit sha 0b2ec9a3e94d5bcce9223e30d87606b5be5ac636
[docs] Fix language cookie (#23324)
commit sha e1e3d712bacec6ceba52dac43aa7b390c35a3667
[AppBar] Remove z-index when position="static" (#23325)
commit sha 59fb474349d84de7a5a69682014fbdc0e6d6801c
[docs] Update homepage quotes (#23326)
commit sha 407d2bbf10ac06a4011cbfc78114e342bf1e381c
[docs] Fix few propTypes in Inputs (#23331)
commit sha 88fecb66a9d28c1540ce3dafeca688c9ea33b213
[docs] Guard against unknown value in userLanguage cookie (#23336)
commit sha bedc473127af0f26c797bbd0893573484ce7c7e7
[DatePicker] Migrate pickers in the lab
commit sha c651b916b4723999f55956fdc3020e20bae4bcb8
review
commit sha 55df1ee7600faac784747920d57e62349110f52a
fix ci
commit sha 958f2ddbf6d779ff32330e6f0243d513fb97bb3c
sort asc
commit sha 7df1ad1fd25432a64b00580c7effcef689ecea11
convention
commit sha f3ae8fea89a2d159ae2787f3abc3391ab5a12433
no implicit return
push time in 3 hours
Pull request review commentmui-org/material-ui
[DatePicker] Migrate pickers in the lab
+import React from 'react';+import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs';+import { prepareMarkdown } from 'docs/src/modules/utils/parseMarkdown';++const pageFilename = 'components/date-range-picker';+const requireDemo = require.context(+ 'docs/src/pages/components/date-range-picker',+ false,+ /\.(js|tsx)$/,+);+const requireRaw = require.context(+ '!raw-loader!../../src/pages/components/date-range-picker',+ false,+ /\.(js|md|tsx)$/,+);++// Run styled-components ref logic+// https://github.com/styled-components/styled-components/pull/2998+requireDemo.keys().map(requireDemo);
This is required for all the pages of the documentation
comment created time in 3 hours
push eventdmtrKovalenko/material-ui
commit sha 1a271a926945494216fe5a11442513583f5f90ee
fix ci
push time in 4 hours
Pull request review commentmui-org/material-ui
[docs] Add Material-UI Builder to in-house ads
const inHouseAds = [ { name: 'scaffoldhub', link: 'https://scaffoldhub.io/?partner=1',- img: '/static/in-house/scaffoldhub.png',+ img: '/static/images/in-house/scaffoldhub.png',
Yeah, I think that images should be renamed components
comment created time in 4 hours
Pull request review commentmui-org/material-ui
[docs] Add Material-UI Builder to in-house ads
const inHouseAds = [ { name: 'scaffoldhub', link: 'https://scaffoldhub.io/?partner=1',- img: '/static/in-house/scaffoldhub.png',+ img: '/static/images/in-house/scaffoldhub.png',
I don't think that the image prefix adds anything. I think that the flatter, the better. In our case, we group per concern.
img: '/static/in-house/scaffoldhub.png',
comment created time in 4 hours
pull request commentmui-org/material-ui
[docs] Add Material-UI Builder to in-house ads
Would it be better to target next? (I usually cherry-pick to master and then to latest to deploy the relevant changes)
comment created time in 4 hours
issue commentmui-org/material-ui
[TextField] Wrong disabled color in Safari
@mtr1990 would have priority as it's thanks to him that we would be fixing this bug. If he's not interested, definitely.
comment created time in 7 hours
PR closed mui-org/material-ui
<!-- Thanks so much for your PR, your contribution is appreciated! ---❤️ -->
- [x] I have followed (at least) the PR section of the contributing guide .
pr closed time in 7 hours
issue commentmui-org/material-ui
[TextField] Wrong disabled color in Safari
Considering it's using the design token from the theme, I think that we can move forward, it should be fine.
comment created time in 9 hours
issue openedmui-org/material-ui-x
Summary 💡
Allow displaying a menu for each row to perform actions. This is the equivalent to having a menu for each column.
Examples 🌈
The row menu can include any action, for instance, calling an API In the backend: "send reminder".
Motivation 🔦
The row action is meant to allow performing actions for a single row. It's complementary to the batch actions that can be performed with row selection.
Benchmark
- https://dashboard.stripe.com

- https://elastic.github.io/eui/#/tabular-content/data-grid

- https://try.firetable.io/table/mvpResources

- https://ads.google.com/, problem dodge with the batch actions:

- https://mail.google.com/

created time in 9 hours
issue openedmui-org/material-ui-x
Summary 💡
Introduce a toolbar to perform complementary actions.
Examples 🌈
Items the toolbar can include:
- Filtering
- Grouping
- Sorting
- Column order
- Column visibility
- Display density
- Export/import records
- Quick search
- Add new record
Motivation 🔦
The data grid is meant to display records, many operations & manipulator can be performed on these records, a toolbar is a great place to manage it. The Material Design specification quickly mentions it but doesn't provide guidance that we can truly leverage.
Benchmark
- https://airtable.com, active items are colored. It works great.

- https://ag-grid.com, side panel, the UX is horrible, to ignore.

- https://try.firetable.io/table/mvpResources, works OK-ish

- https://elastic.github.io/eui/#/tabular-content/data-grid, works well

- https://baseweb.design/components/unstable-data-table#data-table, displaying the filters directly, doesn't scale, not so great.

created time in 10 hours
issue closedmui-org/material-ui
the docs lost flexDirection="column" in flexbox
in the docs https://next--material-ui.netlify.app/system/flexbox/
can't find flexDirection="column"
closed time in 10 hours
stfenjobsissue commentmui-org/material-ui
the docs lost flexDirection="column" in flexbox
@stfenjobs We can't add a demo for all the possible values. Closing for #15451.
comment created time in 10 hours
issue commentmui-org/material-ui
the docs lost flexDirection="column" in flexbox
@stfenjobs What do you mean by "can't find"? Is it related to #15451?
comment created time in 12 hours
push eventoliviertassinari/material-ui
commit sha ff8460eca395bb68bbda03853fe0b75e631c537c
Matt's review Co-authored-by: Matt <[email protected]>
push time in 12 hours
issue commentmui-org/material-ui
Text Field color disabled not correct in safari
We would need to apply this diff to fix the opacity on Safari.
diff --git a/packages/material-ui/src/InputBase/InputBase.js b/packages/material-ui/src/InputBase/InputBase.js
index 381f3a53d1..2221a81fb2 100644
--- a/packages/material-ui/src/InputBase/InputBase.js
+++ b/packages/material-ui/src/InputBase/InputBase.js
@@ -50,6 +50,7 @@ export const styles = (theme) => {
'&$disabled': {
color: theme.palette.text.disabled,
cursor: 'default',
+ WebkitTextFillColor: theme.palette.text.disabled, // Fix opacity Safari bug
},
},
/* Styles applied to the root element if the component is a descendant of `FormControl`. */
However, it would also force all the customization to adapt. So the question is, will most developers want to know about this issue and update their styles accordingly?
comment created time in 12 hours
Pull request review commentcarbon-design-system/carbon
fix(text-input): fix disabled text on dark themes in safari
color: $disabled-02; background-color: $disabled-01; border-bottom: 1px solid transparent;-+ // Needed to fix disabled text in Safari #6673+ -webkit-text-fill-color: currentColor;
This the initial value, it's a noop: https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-text-fill-color.
comment created time in 12 hours
issue commentmui-org/material-ui
ThemeProvider does not toggle theme in React.StrictMode
Solved in v5 with the next @material-ui/styled-engine package: https://codesandbox.io/s/youthful-cherry-smxvp?file=/src/Demo.js.
comment created time in 13 hours
push eventeps1lon/material-ui
commit sha 6c8c0270874c193022dfb1c6845f4325a9d9dfaf
throw if missing element
push time in 13 hours
issue commentmui-org/material-ui
[CardHeaderProps] Type error assigning JSX.Element to title prop
@hughfm It was fixed in v5
comment created time in 13 hours
issue closedmui-org/material-ui
[CardHeaderProps] Type error assigning JSX.Element to title prop
Hi there,
We're experiencing a TypeScript issue specifically with the CardHeaderProps type. The problem seems to be assigning JSX.Element values to props that should accept React.ReactNode, but whose name overlaps with HTML attributes coming from the "default component" (e.g., title).
The CardHeader component itself behaves fine, so this works:
const MyComponent: React.FC = () => <CardHeader title={<div>My Element Title</div>} />;
but this does not:
const MyProps: CardHeaderProps = {
title: <div>My Element Title</div>,
};
producing the following compile error:
src/index.tsx:21:3 - error TS2322: Type 'Element' is not assignable to type 'string | ({} & string) | (ReactElement<any, string | ((props: any) => ReactElement<any, string | ... | (new (props: any) => Component<any, any, any>)> | null) | (new (props: any) => Component<...>)> & string) | (ReactNodeArray & string) | (ReactPortal & string) | undefined'.
Type 'Element' is not assignable to type 'ReactPortal & string'.
Property 'children' is missing in type 'Element' but required in type 'ReactPortal'.
21 title: <div>Element Title</div>,
~~~~~
node_modules/@types/react/index.d.ts:192:9
192 children: ReactNode;
~~~~~~~~
'children' is declared here.
node_modules/@material-ui/core/CardHeader/CardHeader.d.ts:42:5
42 title?: React.ReactNode;
~~~~~
The expected type comes from property 'title' which is declared here on type 'OverrideProps<CardHeaderTypeMap<{}, "div", "span", "span">, "div">'
- [x] The issue is present in the latest release.
- [x] I have searched the issues of this repository and believe that this is not a duplicate.
Current Behavior 😯
TypeScript compile error.
Expected Behavior 🤔
Supported prop types compile without errors.
Steps to Reproduce 🕹
Here's a minimal repo for reproduction https://github.com/hughfm/mui-props-type-bug.
Context 🔦
We are building custom components by wrapping MUI components and providing additional functionality/customizations, and as such the TypeScript types for props, like CardHeaderProps are useful when we want to support the full API of a MUI component, with additions/modifications.
Your Environment 🌎
<!-- Include as many relevant details about the environment with which you experienced the bug. If you encounter issues with TypeScript please include version and tsconfig. -->
| Tech | Version |
|---|---|
| Material-UI | v4.11.0 |
| React | v16.8.6 |
| TypeScript | v4.0.5 |
tsconfig.json
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"jsx": "preserve"
},
"include": ["src/**/*"]
}
Happy to help work on a solution if necessary. Thanks everyone for all your work on Material UI!
closed time in 13 hours
hughfmpush eventeps1lon/material-ui
commit sha 5144086eefca33aa00135a71e1735249c4cc1062
throw if missing element
push time in 13 hours
push eventmui-org/material-ui-docs
commit sha 72086596671b6904e938b98d922e5faad170b030
[docs] Clear the different between table vs data grid right at the start
push time in 14 hours
push eventmui-org/material-ui
commit sha 9196f1944440151938a8b916d6662b5d0e4d59b2
[docs] Clear the different between table vs data grid right at the start
push time in 14 hours
Pull request review commentmui-org/material-ui
[Paper] Support dark mode brightening based on elevation
import PropTypes from 'prop-types'; import clsx from 'clsx'; import { chainPropTypes } from '@material-ui/utils'; import withStyles from '../styles/withStyles';+import { fade, useTheme } from '../styles';++// Inspired by https://github.com/material-components/material-components-ios/blob/bca36107405594d5b7b16265a5b0ed698f85a5ee/components/Elevation/src/UIColor%2BMaterialElevation.m#L61
I wonder if 80% of the value wouldn't come from the dark theme palette of grey colors as opposed to the Paper supporting it (which help too). It could be very interesting to integrate it into the system.
comment created time in 15 hours
Pull request review commentmui-org/material-ui
[Paper] Support dark mode brightening based on elevation
export const dark = { }, divider: 'rgba(255, 255, 255, 0.12)', background: {- paper: grey[800],- default: '#303030',+ paper: '#121212',+ default: '#121212',
I think that we should explore how to integrate this: https://github.com/mui-org/material-ui/blob/38b259eff17f56d92083058543c29c62ce22d6e3/docs/src/modules/components/ThemeContext.js#L235-L239
Into the library. The fact that we had to extend likely suggest that there is an opportunity.
comment created time in 15 hours
push eventoliviertassinari/material-ui
commit sha 3a5cf49ae2f691f24f4ca1bc9ba84366bca3463b
[docs] Fix format of codesnippet
push time in 14 hours
push eventmui-org/material-ui-docs
commit sha 8834c431d95a680cb30bcd93a61f52e550ce7c07
[docs] Update homepage quotes (#23326)
commit sha 30297df0b6b826b4830f7b85a559644cdf4c6a30
[docs] Sync translations (#22887)
push time in 14 hours
issue commentmui-org/material-ui
[DOC] MuiCssBaseline overrides is depreciated. Not mentionned in doc
https://next.material-ui.com/guides/migration-v4/#theme
comment created time in 14 hours
push eventoliviertassinari/material-ui
commit sha 314d04bada0c82eaae3b019cff12df4ac29790c0
fix build
push time in 14 hours
push eventoliviertassinari/material-ui
commit sha 8ac53f4e5398fe0ef51a849a4f6b98ce9552e2df
fix build
push time in 14 hours
Pull request review commentmui-org/material-ui
describe('<Paper />', () => { describe('prop: square', () => { it('can disable the rounded class', () => {- const { getByTestId } = render(- <Paper data-testid="root" square>- Hello World- </Paper>,- );-- expect(getByTestId('root')).not.to.have.class(classes.rounded);+ const { container } = render(<Paper square>Hello World</Paper>);+ expect(container.firstChild).not.to.have.class(classes.rounded);
We should be able to add arbitrary wrappers in the client render whose implementation is is irrelevant for the test.
Ok, I guess I can't imagine a case where we would need to add a div wrapper.
Could you explain why this is "healthy"?
I was trying to optimize for avoiding cases like #19613, but I think that you are right, most of the value probably comes from making tests easier to write which, without, makes it harder to have more & better (increase coverage).
What does this tell us?
- We have, so far, valued the ease of writing tests.
- Being able to add a DOM node in the createClientRender would require quite some refactoring, maybe it will never worth it?
comment created time in 14 hours
push eventoliviertassinari/material-ui
commit sha 0d892eb0b40db63b9cbe73d5f5658649d6766b47
fix build
push time in 14 hours
Pull request review commentmui-org/material-ui
describe('<Paper />', () => { describe('prop: square', () => { it('can disable the rounded class', () => {- const { getByTestId } = render(- <Paper data-testid="root" square>- Hello World- </Paper>,- );-- expect(getByTestId('root')).not.to.have.class(classes.rounded);+ const { container } = render(<Paper square>Hello World</Paper>);+ expect(container.firstChild).not.to.have.class(classes.rounded);
expect(container.firstChild) has 163 macthes in the codebase, getByTestId('root') has 34.
comment created time in 14 hours
Pull request review commentmui-org/material-ui
describe('<Paper />', () => { describe('prop: square', () => { it('can disable the rounded class', () => {- const { getByTestId } = render(- <Paper data-testid="root" square>- Hello World- </Paper>,- );-- expect(getByTestId('root')).not.to.have.class(classes.rounded);+ const { container } = render(<Paper square>Hello World</Paper>);+ expect(container.firstChild).not.to.have.class(classes.rounded);
I have spotted this opportunity looking at the test changes of #21748.
comment created time in 14 hours
Pull request review commentmui-org/material-ui
describe('<Paper />', () => { describe('prop: square', () => { it('can disable the rounded class', () => {- const { getByTestId } = render(- <Paper data-testid="root" square>- Hello World- </Paper>,- );-- expect(getByTestId('root')).not.to.have.class(classes.rounded);+ const { container } = render(<Paper square>Hello World</Paper>);+ expect(container.firstChild).not.to.have.class(classes.rounded);
Why do we need a more robust version? Which problem in the future is it meant to edge against?
I think that using container.firstChild puts a healthy constrain in place, as it makes it more painful to have components that host multiple DOM nodes.
comment created time in 14 hours
push eventmui-org/material-ui
commit sha d5debd389167a5c522a7da8e4e8adb31837083f4
[docs] Sync translations (#22887)
push time in 14 hours
push eventoliviertassinari/material-ui
commit sha 349e7fd7a5ec4e74452702c2642e89dce8905671
[test] Prefer container.firstChild
push time in 14 hours
push eventoliviertassinari/material-ui
commit sha da3866eef6f672ba3a862c294e3463c212a2de0a
fix build
push time in 14 hours
push eventmui-org/material-ui
commit sha 4a7d42541ff414df163efe9e0879675d09e7c8f2
run ci
push time in 15 hours
pull request commentmui-org/material-ui
[docs] Fix few propTypes in Inputs
@youknowhat Thanks
comment created time in 15 hours
push eventmui-org/material-ui
commit sha 407d2bbf10ac06a4011cbfc78114e342bf1e381c
[docs] Fix few propTypes in Inputs (#23331)
push time in 15 hours
PR merged mui-org/material-ui
<!-- Thanks so much for your PR, your contribution is appreciated! ❤️ -->
- [ ] I have followed (at least) the PR section of the contributing guide.
pr closed time in 15 hours
push eventmui-org/material-ui
commit sha 59fb474349d84de7a5a69682014fbdc0e6d6801c
[docs] Update homepage quotes (#23326)
push time in 15 hours
push eventmui-org/material-ui
commit sha ba55d828f78457a885ebf4339c6bbea51ab774c6
[docs] Update homepage quotes (#23326)
push time in 15 hours
push eventmui-org/material-ui
commit sha e1e3d712bacec6ceba52dac43aa7b390c35a3667
[AppBar] Remove z-index when position="static" (#23325)
push time in 16 hours
issue closedmui-org/material-ui
[AppBar] Remove z-index when position="static"
<AppBar /> has a CSS rule of z-index: 1100, even if the prop position is static. It caused some problems in my program
I extracted the key code on the codepen: https://codepen.io/chocolatl/pen/XWWXrxg
Each .container have a .navbar. .navbar sets position: static and z-index: 1100 to simulate <AppBar />
It is expected that the internal .navbar will be on top but covered by the external .navbar. If you delete z-index: 1100 you can see it as expected.
I searched and found that if the parent element is flex, then the z-index of the child element will take effect, even if the position is static: https://drafts.csswg.org/css-flexbox-1/#painting
So should z-index be removed when postion is static?
closed time in 16 hours
ChocolatlPR merged mui-org/material-ui
Breaking changes
- [AppBar] Remove z-index when position static and relative
<!-- Thanks so much for your PR, your contribution is appreciated! ❤️ --> Closes #17842
- [x] I have followed (at least) the PR section of the contributing guide.
pr closed time in 16 hours
push eventmui-org/material-ui
commit sha 0b2ec9a3e94d5bcce9223e30d87606b5be5ac636
[docs] Fix language cookie (#23324)
push time in 16 hours
PR merged mui-org/material-ui
This seems to solve the problem of not respecting a visitor's docs language setting on subsequent visits. There's another issue with the browser constantly reloading a 404 page when the browser language is set, but I haven't tried to resolve that here.
pr closed time in 16 hours
push eventmui-org/material-ui
commit sha d690483eb8c9b16780a2d9fcf27b83fd6c94bfff
[Autocomplete] Follow Material Design State spec (#23323)
push time in 16 hours
pull request commentmui-org/material-ui
[docs] Fix typo in `README.md`
Thanks
comment created time in 16 hours
push eventmui-org/material-ui
commit sha b34bee772e6d3496c599fd809ab3971f2897da98
[docs] Fix typo in `README.md` (#23329)
push time in 16 hours
PR merged mui-org/material-ui
<!-- Thanks so much for your PR, your contribution is appreciated! ❤️ -->
- [x] I have followed (at least) the PR section of the contributing guide.
pr closed time in 16 hours
push eventdmtrKovalenko/material-ui
commit sha d13474d05032c07c36599ca97dd15ba525cd6a15
review
push time in a day
pull request commentmui-org/material-ui-x
[DataGrid] Apply review from #412
Fail because of https://github.com/mui-org/material-ui-x/pull/506#issuecomment-719862668.
comment created time in a day
pull request commentmui-org/material-ui-x
[DataGrid] Raf Timer stored in apiRef
Browser tests are flaky after the change. Something is wrong with the logic.
comment created time in a day
push eventoliviertassinari/material-ui
commit sha 451b1e8f6df57874526d9026697b66ebed064339
yarn docs:typescript:formatted
push time in a day
push eventdmtrKovalenko/material-ui
commit sha 279625dd37fd2e5fde34a08a9dc426de8e8ff917
review
push time in a day
push eventoliviertassinari/material-ui
commit sha 5125035c11a627597820f5c0f4a69ba1b69b37ab
Apply suggestions from code review
push time in a day
Pull request review commentmui-org/material-ui
const blacklist = [ 'docs-components-skeleton/Facebook.png', // Flaky image loading 'docs-components-skeleton/SkeletonChildren.png', // flaky image loading 'docs-components-skeleton/YouTube.png', // Flaky image loading+ 'docs-components-slider-styled/UnstyledSlider.png', // Unstyled
comment created time in a day
PR opened mui-org/material-ui
- [test] Skip visual regression not needed: Some of the screenshots aren't necessary. Removing them help with making the CI feedback loop faster. Also, we have x3 the number of workers for Argos-CI. Hopefully, it will no longer be the last CI report we wait for https://github.com/argos-ci/argos/pull/430.
- [docs] Add missing table badges: I have forgotten it in the initial pull request
- [docs] React vs object
- [docs] Link the source used in Wikipedia
- [TreeView] TypeScript convention
- [docs] Typo
- [docs] Apply heading convention: convention defined in
pr created time in a day
push eventoliviertassinari/material-ui
commit sha f099bd0001214817a4325969d0d849f7acc1d069
[docs] Clear the different of table vs data grid right in the start
push time in a day
push eventoliviertassinari/material-ui-x
commit sha 727173f93273b08cede4b9f6f741941dd8ed89da
Apply suggestions from code review
push time in a day
Pull request review commentmui-org/material-ui-x
[DataGrid] Apply review from #412
describe('<DataGrid />', () => { ); clock.tick(100); // @ts-expect-error need to migrate helpers to TypeScript- }).toWarnDev('useResizeContainer: The parent of the grid has an empty width.');+ }).toWarnDev(+ 'Material-UI: useResizeContainer — The parent of the grid has an empty width.',
'Material-UI: useResizeContainer - The parent of the grid has an empty width.',
comment created time in a day
Pull request review commentmui-org/material-ui-x
[DataGrid] Apply review from #412
describe('<DataGrid />', () => { ); clock.tick(100); // @ts-expect-error need to migrate helpers to TypeScript- }).toWarnDev('useResizeContainer: The parent of the grid has an empty height.');+ }).toWarnDev(+ 'Material-UI: useResizeContainer — The parent of the grid has an empty height.',
'Material-UI: useResizeContainer - The parent of the grid has an empty height.',
comment created time in a day
