Currently, refactor does not work on appsmith store variables and this leads to UX issues when user changes storeValue name but the areas where this storeValue is used does not get evaluated since this variable is not defined.
Steps To Reproduce
Create a storeValue variable value1
Create a binding on widgets/queries to access this value using appsmith.store.value1
Now change value1 to storeValue1 and observe that the bindings have not been updated with the name change
Is there an existing issue for this?
Description
Currently, refactor does not work on appsmith store variables and this leads to UX issues when user changes storeValue name but the areas where this storeValue is used does not get evaluated since this variable is not defined.
Steps To Reproduce
storeValue
variablevalue1
appsmith.store.value1
value1
tostoreValue1
and observe that the bindings have not been updated with the name changePublic Sample App
No response
Version
Cloud