Blazor的问题和最新预览

时间:2019-09-11 12:18:15

标签: c# blazor

Blazor项目的渲染树有问题。我正在使用Github的项目,我已将blazor参考更新为最新的。

但是现在我在Google Chrome浏览器中遇到以下错误。

  

Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.InitializeNewComponentFrame   (Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder + DiffContext&   diffContext,System.Int32 frameIndex)<0x3564ae0 + 0x00082>在   :0 d.printErr @   blazor.webassembly.js:1

我更新到预览版9导致Microsoft.AspNetCore.Components.RenderTree这个事实。在最新的Visual Studio 2019的版本中似乎已删除了该组件,这是一个已知的错误,我没有看到很多关于它的文章。

enter image description here

1 个答案:

答案 0 :(得分:0)

很抱歉,可以使用以下方法解决该问题。

https://github.com/aspnet/Blazor/issues/46

欢迎来到Blazor。