I have received for maintenance a rather primitive react app hosted on firebase (developed by someone else). Now weird things are happening:
- I change content of a file (even simple text change)
- Run deploy (hosting) - I see in firebase console that deploy was successful
- Still: page content is still old, without changes!
How can it be? I use Chrome incognito mode to ensure no cache on browser side, and Firebase docs say that deployment clear server cache.