I have a blazor map control which is hosted in another blazor component. In the OnInitializedAsync I call a method on the child map component to add he map color data. I then call StateHasChanged on the map component.
The colors do not seem to be applied until i resize the browser , then the color mappings appear. Any ideas wha the issue could be ?