Skip to content

Commit f1661a6

Browse files
committed
Merge in 'release/8.0' changes
2 parents 9b5f201 + a1321f4 commit f1661a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Components/WebAssembly/WebAssembly/src/Services/DefaultWebAssemblyJSRuntime.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ public static void UpdateRootComponentsCore(string operationsJson)
105105
}
106106

107107
[DynamicDependency(JsonSerialized, typeof(RootComponentOperation))]
108+
[DynamicDependency(JsonSerialized, typeof(RootComponentOperationBatch))]
108109
[UnconditionalSuppressMessage("Trimming", "IL2026", Justification = "The correct members will be preserved by the above DynamicDependency")]
109110
internal static RootComponentOperationBatch DeserializeOperations(string operationsJson)
110111
{

0 commit comments

Comments
 (0)