We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0a42d commit d376013Copy full SHA for d376013
src/bunit.core/Rendering/ComponentDisposedException.cs
@@ -17,7 +17,6 @@ public class ComponentDisposedException : Exception
17
public ComponentDisposedException(int componentId)
18
: base($"The component has been removed from the render tree by the renderer and is no longer available for inspection. ComponentId = {componentId}.")
19
{
20
-
21
}
22
23
0 commit comments