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 5930052 commit 95921cfCopy full SHA for 95921cf
src/Components/Components/src/ComponentBase.cs
@@ -17,8 +17,6 @@ namespace Microsoft.AspNetCore.Components
17
// about IComponent). This gives us flexibility to change the lifecycle concepts easily,
18
// or for developers to design their own lifecycles as different base classes.
19
20
- // TODO: When the component lifecycle design stabilizes, add proper unit tests for ComponentBase.
21
-
22
/// <summary>
23
/// Optional base class for components. Alternatively, components may
24
/// implement <see cref="IComponent"/> directly.
0 commit comments