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 d8ef65b commit 119f3eeCopy full SHA for 119f3ee
src/Components/Components/src/PersistentComponentState.cs
@@ -31,7 +31,7 @@ internal PersistentComponentState(
31
32
internal bool PersistingState { get; set; }
33
34
- internal RestoreContext CurrentContext { get; private set; }
+ internal RestoreContext CurrentContext { get; private set; } = RestoreContext.InitialValue;
35
36
internal void InitializeExistingState(IDictionary<string, byte[]> existingState, RestoreContext context)
37
{
0 commit comments