hspotlight / metro-fare

metro-fare.vercel.app
MIT License
14 stars 13 forks source link

CSS-in-JS issue #34

Closed hspotlight closed 3 years ago

hspotlight commented 3 years ago

conflict in jss see discussion https://github.com/mui-org/material-ui/issues/8223

in the screenshot when click fromtobutton 2nd time it will happen. image

hspotlight commented 3 years ago

issue solved by import makeStyles from @material-ui/core/styles instead of @material-ui/styles :)