You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When viewing a list of cities (e.g. Shanghai, Mumbai), and then losing internet connection, those cities should still be available on the next refresh. As well as the full list of city names.
Actual Behavior
It looks like, once again, this offline behavior is inconsistent. Often, on page refresh, neither the previously loaded cities nor the full list of city names is loading. This is likely due to a recent upgrade of the @angular/cli, with the root cause remaining Angular Issue #21636; my working solution had been this build script
Steps to Reproduce the Problem
Load the app
Search for one or two cities (e.g. Shanghai, Mumbai)
Verify the city cards loaded correctly
On the machine or in Chrome Dev Tools, go offline
Refresh the page
Specifications
Local | GitHub Pages:
Browser:
OS:
The text was updated successfully, but these errors were encountered:
This is a:
Expected Behavior
When viewing a list of cities (e.g. Shanghai, Mumbai), and then losing internet connection, those cities should still be available on the next refresh. As well as the full list of city names.
Actual Behavior
It looks like, once again, this offline behavior is inconsistent. Often, on page refresh, neither the previously loaded cities nor the full list of city names is loading. This is likely due to a recent upgrade of the @angular/cli, with the root cause remaining Angular Issue #21636; my working solution had been this build script
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: