mtr1990

Results 8 issues of mtr1990

### Steps to reproduce https://codesandbox.io/p/sandbox/interesting-currying-fvqljg?file=%2Fsrc%2FDemo.tsx%3A261%2C9 ### Current behavior Show `Warning: Failed prop type: MUI: The page prop of a TablePagination is out of range (0 to 0, but page is...

bug 🐛
component: data grid
good first issue

### Steps to reproduce I couldn't reproduce on codesandbox so I'll attach the repo here https://github.com/mtr1990/test-css-vars ### Current behavior ```tsx {children} ``` When enableCssLayer is `false` some components are broken...

package: material-ui
nextjs

Hi, When I set id for chart: ```js chart: { id: 'dashboardChart', // => here stacked: true, }, ``` ```json "apexcharts": "^3.49.1", // => Not bug in 3.49.0 "react-apexcharts": "^1.4.1",...

bug

### Steps to reproduce use `` for base example https://mui.com/x/react-tree-view/rich-tree-view/ordering/#only-trigger-the-reordering-from-a-drag-handle ### Current behavior to my knowledge the `alpha` function will not support vars so this could be the cause of...

bug 🐛
component: tree view
customization: theme

Hi, I tested on next.js ( **next-app-dir**) version with package `'@iconify-icon/react'`. However it doesn't work. (right block) The **next-page-dir** version works properly. (left block) Do we have an example for...

### Steps to reproduce In the process of migrating from MUI v5 to MUI v6 In v5 I can specify "dark" or "light" as default but in v6 the default...

package: system
enhancement

### Steps to reproduce Based on the example provided from MUI https://github.com/mui/material-ui/tree/master/examples/material-ui-nextjs-ts I have added the following code ```tsx import * as React from 'react'; import Container from '@mui/material/Container'; import...

component: Box
status: waiting for maintainer

First of all, thank you for creating this tool. I have been using this package for a few years and I love it. Recently I have been using it in...