BanklessDAO / bankless-dao-website

[ARCHIVED] The repository for the frontend of https://www.bankless.community/
MIT License
38 stars 16 forks source link

Fixes #9 - yarn dev / invariant failed #37

Closed wpmonty closed 3 years ago

wpmonty commented 3 years ago

Fixes #9 using the research done for PR10, I've added an additional check using a new isProduction util that would allow us to keep SSR in production, but disable it locally.

Production doesn't have this issue and I don't want to remove all static rendering & SSR from the application.

wpmonty commented 3 years ago

Closing in favor of #48