Skip to content

Commit

Permalink
Update after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSandersonMS committed Jul 12, 2021
1 parent 8d71c1e commit a92a11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Components/src/RenderTree/Renderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ protected void RemoveRootComponent(int componentId)
// Currently there's no known scenario where we need to support calling RemoveRootComponentAsync
// during a batch, but if a scenario emerges we can add support.
_batchBuilder.ComponentDisposalQueue.Enqueue(componentId);
if (HotReloadFeature.IsSupported)
if (TestableMetadataUpdate.IsSupported)
{
_rootComponentsLatestParameters?.Remove(componentId);
}
Expand Down

0 comments on commit a92a11e

Please sign in to comment.