My backend serves data using some endpoint, but when data is changed these changes are not reflected in a layout. New nodes don't appear and if metric values are changed I don't see this.
I have to click on a breadcrumb, change the view or refresh the whole page to see the new data.
How to do that automatically? I can see that render() function is called each time the data are changed, but this doesn't trigger any change in a view. Why?
My backend serves data using some endpoint, but when data is changed these changes are not reflected in a layout. New nodes don't appear and if metric values are changed I don't see this.
I have to click on a breadcrumb, change the view or refresh the whole page to see the new data.
How to do that automatically? I can see that render() function is called each time the data are changed, but this doesn't trigger any change in a view. Why?