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 eb7afdd commit 1c54a24Copy full SHA for 1c54a24
src/Components/Components/src/PersistentComponentState.cs
@@ -58,7 +58,7 @@ public PersistingComponentStateSubscription RegisterOnPersisting(Func<Task> call
58
59
if (PersistingState)
60
{
61
- throw new InvalidOperationException("Registering a callback during while persisting state is not allowed.");
+ throw new InvalidOperationException("Registering a callback while persisting state is not allowed.");
62
}
63
64
var persistenceCallback = new PersistComponentStateRegistration(callback, renderMode);
0 commit comments