sylvainonweb

Results 5 comments of sylvainonweb

Hi @Manfrons, I also encountered this errror and the solution was to call validationFailures.ToList() to retrieve the failures. This was written on the README.MD page. > Make sure to call...

@dragonfly22000 it seems to be because the date you entered isn't a valid date. On my side I tried with a file like this ``` 5f39c964-d48e-4da0-a06f-18fed6c8fb9c true YYY Sat, 06...

Is there any news about this issue because it is really a big matter. Indeed, this arrives if I use the async version of OnInitializedAsync and OnAfterRenderAsync.

In fact, the matter is the use of the Initialized event of the Map. Indeed, when you suscribe to this event, you are not sure that the OnInitializedAsync method has...

Hi, I have the same matter. Is there anyone who know why this happens ?