acpennington / GoatController

The next great ygo sim
1 stars 2 forks source link

Move from MaterialUI to MUI #347

Closed acpennington closed 2 years ago

acpennington commented 2 years ago

Using MaterialUI with React 18 creates dependency conflicts that must be fixed by using --legacy-peer-deps

MUI is the new package intended to replace MaterialUI. We should use that instead and refactor our code.