Hi,
I have an application developed on PCF (PowerApps Component Framework). In that application, I am expecting some values or user data in the form of properties. However, I am encountering a strange behavior: when I update the value in the field, it doesn't give me the updated value.
To cross-verify, I created a simple control that fetches the value from the property and displays it in an alert. However, I am still getting the old value in the context. I have attached some screenshots for reference.

Here, I am providing the input value "Matt Smith" to my control. After saving and publishing, when I check the control, it successfully displays the value in the alert. 

But When I Changed the Property and Trying to get Updated Value
It is Still Giving Me the Old Value as Matt smith In the Alert.
I am taking Value From
context.parameters.name.raw
Note: When I open the same application in Incognito mode or after clearing all cache data, I get the updated value every time. However, as a user, I would expect the updated value every time I refresh the application, without needing to clear the cache.
Any help or Suggestion in this matter is deeply appericated.