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
The browser will cache static assets so they may not update for users. There's no easy way aorund this in JS that I can see, but users can open devtools and disable caching.
Description
The browser will cache static assets so they may not update for users. There's no easy way aorund this in JS that I can see, but users can open devtools and disable caching.
location.reload()
can maybe do a hard reload on Firefox: https://twitter.com/AdamChainz/status/1471150134503346182At least we could mention to open devtools.
The text was updated successfully, but these errors were encountered: