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 7162fee commit e865fbfCopy full SHA for e865fbf
src/Components/Components/src/PersistentComponentState.cs
@@ -68,11 +68,6 @@ public PersistingComponentStateSubscription RegisterOnPersisting(Func<Task> call
68
throw new ArgumentNullException(nameof(key));
69
}
70
71
- if (key is null)
72
- {
73
- throw new ArgumentNullException(nameof(key));
74
- }
75
-
76
if (!PersistingState)
77
{
78
throw new InvalidOperationException("Persisting state is only allowed during an OnPersisting callback.");
0 commit comments