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
{{ message }}
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.
Using the materialUi.switch at the same time the react.router.dom.switch is used leads to an issue where only one type of switch is expressed.
How to Reproduce
Try using the routing switch and the material UI switch in the same project. Although the imports and everything is correct, the actually expressed elements will be the same. So always only one type can be created.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using the
materialUi.switch
at the same time thereact.router.dom.switch
is used leads to an issue where only one type of switch is expressed.How to Reproduce
Try using the routing switch and the material UI switch in the same project. Although the imports and everything is correct, the actually expressed elements will be the same. So always only one type can be created.
The text was updated successfully, but these errors were encountered: