I\'m using React, Material UI with JSS and React Router.
I\'m hooking in to to apply an active class like:
It does not work due to class name ".btn" because the root class "active" after rendering of React will not have the same class name and it cannot found out it.
just set {classes.btn}
Link