-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Prerequisites
- I have searched the existing issues
- I understand that providing a SSCCE example is tremendously useful to the maintainers.
- I have read the documentation
- Ideally, I'm providing a sample JSFiddle, Codesandbox.io or preferably a shared playground link demonstrating the issue.
What theme are you using?
mui
Version
6.0.1
Current Behavior
widths and alignments of various elements are broken
Expected Behavior
layouting behaves the same as in 5.24.13
Steps To Reproduce
Environment
no compile, run in browser
import React, { useEffect, useState } from 'https://esm.sh/[email protected]';
import { createRoot } from 'https://esm.sh/[email protected]/client';
import $RefParser from 'https://esm.sh/@apidevtools/[email protected]';
import Form from 'https://esm.sh/@rjsf/[email protected]';
import validator from 'https://esm.sh/@rjsf/[email protected]';
replacing the versions with 6.0.1Anything else?
No response