We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af238d6 commit 0882b22Copy full SHA for 0882b22
1 file changed
src/Controls/src/Core/Shell/ShellContent.cs
@@ -92,7 +92,7 @@ Page IShellContentController.GetOrCreateContent()
92
93
if (GetValue(QueryAttributesProperty) is ShellRouteParameters delayedQueryParams)
94
{
95
- result.SetValue(QueryAttributesProperty, delayedQueryParams);
+ result?.SetValue(QueryAttributesProperty, delayedQueryParams);
96
}
97
98
ContentCache = result;
0 commit comments