OpenCodeDev / OpenCodeDev.Blazor.Foundation

Unofficial Implementation of Zurb's Foundation 6 as Blazor, C# Package including extra features.
MIT License
5 stars 0 forks source link

HighlightCS wont rerender when statehaschanged #76

Closed hshimshon closed 2 years ago

hshimshon commented 2 years ago

the highlight cs does not update code with Content= changed...

hshimshon commented 2 years ago

new HighlightCode component available in 3.0.8... HLC is backed by HighlightCS component the only difference is it completely reloads when StateHaschanged()... it think there's a problem with Blazor maybe HighlightJS library modify too much the DOM that Blazor lose track and no longer apply changes... we'll have to monitor for mem leak by destroying and recreating components just making sur highlightJs doesn't store useless stuff in ram