You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...but I just wanted to file an issue so that this problem isn't "forgotten" due to other development priorities.
My workaround for this bug is to not set lang in head, and to supply the attribute directly in index.html (alongside the other attributes I need, notably dir="ltr"). There are of course other possible workarounds, such as setting dir="ltr" on body instead, but I have other attributes on the html root element which are used to enforce CSS specificity (notably: id).
So for me this is not a deal breaker as I can just set all required attributes statically in index.html, but this could be problematic for other devs.