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
On clicking the Toggle left-to-right/right-to-left button, the components listed in the API section on each page get their tags reversed.
For example, <Button/> on clicking the toggle becomes </ Button> . On re toggling, the
tags are back in their original position when viewed in Firefox or Edge but on Chrome, component's API becomes >Button</.
This issue is prominent on all docs pages with API's containing a component name in tags.
The text was updated successfully, but these errors were encountered:
Yes, though the double switch issue is only applicable in Chrome. Firefox and Edge seem to revert the tags to their original positions (as mentioned above).
On clicking the Toggle left-to-right/right-to-left button, the components listed in the API section on each page get their tags reversed.
For example,
<Button/>
on clicking the toggle becomes</ Button>
. On re toggling, thetags are back in their original position when viewed in Firefox or Edge but on Chrome, component's API becomes
>Button</
.This issue is prominent on all docs pages with API's containing a component name in tags.
The text was updated successfully, but these errors were encountered: