Closed
Description
Live Components version 2.5
In the parent component I am rendering a list of translation objects inside a table with a table row for each translation. Inside each row, in one of the td elements I am rendering a child component that implements functionality to edit the text property of the translation object.
The parent component has a form with several fields to search for specific translations on top. All of these fields have data-model attributes and cause the parent to re-render and thus refresh the list.
When the list is refreshed, there are sometimes child components with empty content.
Example:
Here is the list after entering a couple of more symbols in the search field: