cancervariants / fusion-curation

MIT License
2 stars 0 forks source link

upgrade materialui/get rid of materialui-core #279

Open katiestahl opened 2 months ago

katiestahl commented 2 months ago

material-ui-core is an outdated version. we should update to only use @mui and use it in place of materialui-core everywhere (you'll also notice that this causes some weird IDE errors for things like Box which is also why we should upgrade and get rid of the old stuff)

this pr should entirely remove materialui-core and replace with @mui, but we may want to consider adding linting to enforce this?