sablier-labs / v1-safe-app

Safe App for interacting with the Sablier protocol
https://sablier-v1-safe-app.vercel.app
GNU General Public License v3.0
19 stars 7 forks source link

Upgrade to Material UI v5 #93

Open PaulRBerg opened 2 years ago

PaulRBerg commented 2 years ago

I have already started working on this in the refactor/material-ui-v5 branch.

But before I can finish the refactor, the safe-react-components library must be updated first.

PaulRBerg commented 2 years ago

Making this upgrade would solve the following errors that occur when opening the date time picker:

Warning: Failed prop type: The prop justify of ForwardRef(Grid) is deprecated. Use justifyContent instead, the prop was renamed.

And:

Material-UI: The fade color utility was renamed to alpha to better describe its functionality.