appsmith icon indicating copy to clipboard operation
appsmith copied to clipboard

[Bug]: The binding reference from a JSObject to a widget still shows an error and the linting value is incorrect

Open btsgh opened this issue 3 years ago • 0 comments

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

  1. Create a new JSObject
  2. Drag and drop a widget say MultiTreeSelect1 on the canvas
  3. Reference the above widget through a binding in myFun2
  4. Now change the name of the widget to MultiTreeSelect2
  5. 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

btsgh avatar Dec 06 '22 11:12 btsgh