Skip to content

Commit b3371bb

Browse files
authored
[blazor] Apply disableDotnet6Compatibility to fix hotreload (#47876)
1 parent dcb7ac1 commit b3371bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Components/Web.JS/src/Platform/Mono/MonoPlatform.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ function prepareRuntimeConfig(options: Partial<WebAssemblyStartOptions>, platfor
305305
onConfigLoaded,
306306
onDownloadResourceProgress: setProgress,
307307
config,
308+
disableDotnet6Compatibility: false,
308309
print,
309310
printErr,
310311
};

0 commit comments

Comments
 (0)