OnUpdate triggering

Hi @ marijn i am using the onUpdate so when ever the component is re rendering the onupdate function is triggering with out any changes in the text area. so this triggering without any changes in the text area is causing unrelated change

Update listeners run on every view update. Check the content of the ViewUpdate object to figure out whether you need to respond to them or not.

@marjin the content of the viewUpdate object is same there is no change