-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[pickers] RTLProvider missing from @mui/system but used in x-date-pickers #14781
Comments
You are using the version Upgrading should fix your problem |
Thanks i will try now, but this is strange cause i didn't update anything i had 7.0.0 from months ago and the same material version |
We started using So my understanding is that before you had an incompatible version of |
The problem is cause i am using a theme and that has defined settings and if i update the material mui the whole theme is crashed, so should i downgrade the x-date-picker to 6.9? |
It's weird that you cannot update |
I will downgrade for now cause it will cause me bigger problems, their palette stuff also is old Error: MUI: Unsupported |
@metinjakupi could you provide a minimal reproduction example to see your problem in action? |
@LukasTy There are a lots of custom confifgurations there are overrides of react-mui inputs with the themes one, so i think it is better to downgrade :/ |
Whatever works best for you. 👌 |
We can be in touch, i would like to upgrade to mui 5.15 |
We would like not to keep issues that have nothing actionable open. |
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Note We value your feedback @metinjakupi! How was your experience with our support team? |
Hi, I have similar problem. The case is different, but the error is similar, so I didn't open a new ticket. I used @mui/material:
These errors are from mui/x-date-pickers. In the official documentation the only thing is mentioned in the v5 to v6 migration section about date picker is:
I did exactly what the document said. Changed the mui version to |
Hi, |
If my answer doesn't resolve the problem and more details are necessary, I will open a new ticket. |
Please open a new ticket 👍 |
Thank you, I opened a ticket for the problem: #15267 |
Steps to reproduce
I was using the version 7.0.0 and it was working suddenly i checked the code and i see this i added
import { useRtl } from '@mui/system/RtlProvider';
but before this it was like this
const theme = useTheme();
const isRTL = theme.direction === 'rtl';
Current behavior
No response
Expected behavior
No response
Context
No response
Your environment
npx @mui/envinfo
Search keywords: RTL
The text was updated successfully, but these errors were encountered: