WICG / webmonetization

Proposed Web Monetization standard
https://webmonetization.org
Other
466 stars 152 forks source link

Update Material UI to v5 #321

Closed huijing closed 1 year ago

huijing commented 1 year ago

Closes #320 (putting this here to link to issue)

This PR updates Material UI to v5 and makes the necessary syntax changes to support this upgrade. Also removed some redundant code and feeds into https://github.com/WICG/webmonetization/issues/320 Comments have been made on the files tab to further explain specific changes.

🎩 Top-hatting instructions (i.e. human testing that things are not broken)

  1. Pull down this branch
  2. Run yarn install because dependencies were updated
  3. Check the following pages are rendering without error:
sublimator commented 1 year ago

Sometimes good to just merge main, then squash when merging Easier to review than force pushes (especially when a PR drags on)