stanjdev / realyzer

A web application for real estate investors to determine a rental property's profitability (ROI). Creates a printable PDF report with images and a map of the property
https://realyzer.app/
4 stars 1 forks source link

Persist data when refreshing tool #22

Open stanjdev opened 3 years ago

stanjdev commented 3 years ago

don’t lose data on refresh. "sessionstorage is not defined nextjs redux" sessionStorage is a Browser thing. so you get this warning on the server-side because the browser isn't mounted yet on refresh. It works localhost-wise, but may crash my server on deploy. Just a note.