<div class="scrollable-div"><AnnotatedText {iobStringLatest} /></div>
I am writing this code in svelte where I have developed a component to re use in my code. Howeve, I am giving an input to that component. At first it is okay but when the iobStringLatest is updated with the new value, the AnnotatedText component is not rendering automatically.
Could anyone help me with this?