Malawi-DCCMS / weather-app

An app to show the weather.
0 stars 0 forks source link

Fix Non-serializable values warning #185

Closed havardf closed 6 days ago

havardf commented 1 week ago

We see a lot of these: Non-serializable values were found in the navigation state.

All? of them are caused by sending a luxon DateTime object through the navigator as parameters. If we send a timestamp string instead, and create the objects on-demand, the warning should disappear.