Open
Description
Currently when applying locales, the fluent-react bindings do not switch the document's text directionality. It's a little odd for React to affect the entire document, but here it seems like it would be the better and less surprising behavior.
I recently converted Firefox's about:profiling
page to use Fluent React. However, a follow-up Bug 1688195 was filed as RTL support was not working. I was somewhat surprised that this was the case, as I would have assumed fluent-react to handle this for me.
One way to mitigate surprise for the end user would be to set the RTL direction, by default, and have a config option to opt out of the behavior.