Skip to content

Commit a92a11e

Browse files
Update after rebase
1 parent 8d71c1e commit a92a11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Components/src/RenderTree/Renderer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ protected void RemoveRootComponent(int componentId)
260260
// Currently there's no known scenario where we need to support calling RemoveRootComponentAsync
261261
// during a batch, but if a scenario emerges we can add support.
262262
_batchBuilder.ComponentDisposalQueue.Enqueue(componentId);
263-
if (HotReloadFeature.IsSupported)
263+
if (TestableMetadataUpdate.IsSupported)
264264
{
265265
_rootComponentsLatestParameters?.Remove(componentId);
266266
}

0 commit comments

Comments
 (0)