gnosisguild / wand-nft

wand-nft.vercel.app
8 stars 6 forks source link

Remove SSR rendering mismatch and error/warrning #81

Closed cristovaoth closed 2 years ago

cristovaoth commented 2 years ago

The idea is to use nextjs "getInitialProps" on the App root component. There we make the calculations, those get serialized and later passed onto the client as well.

Note: