appsmith
appsmith copied to clipboard
[Bug]: The binding reference from a JSObject to a widget still shows an error and the linting value is incorrect
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
When I reference a widget say MultiTreeSelect1 through a binding in a JSObject, on changing the name of the Widget to say MultiTreeSelect2, though the name changes in the Binding, it still shows up as an error text, and on Hover, the reference is still to the old name (MultiTreeSelect1)
Steps To Reproduce
- Create a new JSObject
- Drag and drop a widget say MultiTreeSelect1 on the canvas
- Reference the above widget through a binding in myFun2
- Now change the name of the widget to MultiTreeSelect2
- In the JSObject, though the binding shows the name as MultiTreeSelect2, it still shows up as an error text, and on Hover, the reference is still to the old name (MultiTreeSelect1)
Public Sample App
No response
Issue video log
https://ddpa7mfuvv.vmaker.com/record/cuzDP28VwdW2Qexq
Version
Production