Skip to content

Commit 95921cf

Browse files
authored
Remove outdated TODO in ComponentBase (#26852)
1 parent 5930052 commit 95921cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Components/Components/src/ComponentBase.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ namespace Microsoft.AspNetCore.Components
1717
// about IComponent). This gives us flexibility to change the lifecycle concepts easily,
1818
// or for developers to design their own lifecycles as different base classes.
1919

20-
// TODO: When the component lifecycle design stabilizes, add proper unit tests for ComponentBase.
21-
2220
/// <summary>
2321
/// Optional base class for components. Alternatively, components may
2422
/// implement <see cref="IComponent"/> directly.

0 commit comments

Comments
 (0)