Skip to content

Commit 800f788

Browse files
Update src/Components/Components/src/ChangeDetection.cs
1 parent d681c52 commit 800f788

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Components/Components/src/ChangeDetection.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ namespace Microsoft.AspNetCore.Components;
88
internal sealed class ChangeDetection
99
{
1010
private static readonly ConcurrentDictionary<Type, bool> _immutableNonObjectTypesCache = new();
11+
1112
public static bool MayHaveChanged<T1, T2>(T1 oldValue, T2 newValue)
1213
{
1314
var oldIsNotNull = oldValue != null;

0 commit comments

Comments
 (0)