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
After further investigation, it looks as if this issue is not solvable as the RenderTreeDiffBuilder doesn't include the element reference id during later renders.
The logic in Blazor assumes that the DOM tree is not replaced at each render, but simply updated.
After further investigation, it looks as if this issue is not solvable as the RenderTreeDiffBuilder doesn't include the element reference id during later renders.
The logic in Blazor assumes that the DOM tree is not replaced at each render, but simply updated.
This will probably be easily solvable with #48.
The text was updated successfully, but these errors were encountered: