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 83c2830 commit 1a7fed2Copy full SHA for 1a7fed2
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