-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[data grid] Undefined ownerState when customizing theme. #4413
Comments
Should we do diff --git a/packages/grid/x-data-grid/src/components/containers/GridRoot.tsx b/packages/grid/x-data-grid/src/components/containers/GridRoot.tsx
index 7568526d..77c79769 100644
--- a/packages/grid/x-data-grid/src/components/containers/GridRoot.tsx
+++ b/packages/grid/x-data-grid/src/components/containers/GridRoot.tsx
@@ -28,6 +28,7 @@ const GridRoot = React.forwardRef<HTMLDivElement, GridRootProps>(function GridRo
const totalRowCount = useGridSelector(apiRef, gridRowCountSelector);
const rootContainerRef: GridRootContainerRef = React.useRef<HTMLDivElement>(null);
const handleRef = useForkRef(rootContainerRef, ref);
+ const ownerState = rootProps;
apiRef.current.rootElementRef = rootContainerRef;
@@ -59,6 +60,7 @@ const GridRoot = React.forwardRef<HTMLDivElement, GridRootProps>(function GridRo
aria-multiselectable={!rootProps.disableMultipleSelection}
aria-label={rootProps['aria-label']}
aria-labelledby={rootProps['aria-labelledby']}
+ ownerState={ownerState}
{...other}
>
{children} and call it a day? Then, it's about fixing mui/material-ui#31982. |
I still think that for https://mui.zendesk.com/agent/tickets/2922 global classes for density would be more useful. Maybe we re-open #4225 |
Any news on this? mui/material-ui#31982 is closed already |
@lucasveigaf I've started working on it. |
Hello oliviertassinari. Can you or somebody please help me with this MR? Thanks in advance |
Fixed by #7757 |
Duplicates
Latest version
Current behavior 😯
When trying to customize themes using overrides based props, the ownerState passed as parameter is undefined.
Expected behavior 🤔
ownerState to contain props.
Steps to reproduce 🕹
Steps:
Context 🔦
No response
Your environment 🌎
`npx @mui/envinfo`
Order ID 💳 (optional)
32000
The text was updated successfully, but these errors were encountered: