[docs] RTL docs is not up-to-date
See original GitHub issuecomponent overrides
, makeStyles
& components with sx
prop not working properly in RTL.
The issue is in RTL mode marginRight not converted to marginLeft.
Please refer to the following codesandbox and let me know if I am doing something wrong: https://codesandbox.io/s/currying-forest-erxxy?file=/src/App.js
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Docs comments in RTL language (Hebrew) get cut off
Docs comments in RTL language (Hebrew) get cut off. I'm adding comments and edit suggestions to an existing document in Hebrew.
Read more >[docs] RTL support · Issue #1926 · mui/material-ui - GitHub
I just tested RTL support locally on the docs site and it's working fine. You have to override isRtl to true AND set...
Read more >Appearance and Disappearance - Testing Library
Appearance and Disappearance. Sometimes you need to test that an element is present and then disappears or vice versa.
Read more >RTL And LTR Support | Smartface Docs
RTL And LTR Support | Smartface Docs. This is unreleased documentation for Smartface Docs Next version. For up-to-date documentation, see the latest version...
Read more >TextView - Android Developers
Whether or not the auto handwriting initiation is enabled in this View. ... Called when any RTL property (layout direction or text direction...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
when configuring RTL using typescript as in the docs, specifically in step 3.2:
typescript complains about rtlPlugin with this error: Type ‘(element: unknown, index: unknown, children: unknown, callback: unknown) => string | void’ is not assignable to type ‘StylisPlugin’. Type ‘string | void’ is not assignable to type ‘string | undefined’. Type ‘void’ is not assignable to type ‘string | undefined’
I have the same issue.