You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When not using the BatchingRemoteConnection object, this can sometimes lead to a very subtle "flickering", as the remove message and append messages are handled asynchronously from one another on the host.
The text was updated successfully, but these errors were encountered:
This happens because this operation removes all current children of the element, before creating a new text element with the updated content as the only child. This can be addressed with BatchingRemoteConnection, but I should either make it automatic or document this requirement better...
When not using the
BatchingRemoteConnection
object, this can sometimes lead to a very subtle "flickering", as the remove message and append messages are handled asynchronously from one another on the host.The text was updated successfully, but these errors were encountered: