Hi,
Does anyone ever noticed and/or reported to you that when certain razor component is created and placed some Syncfusion component
namely Dialog, then the component has at least one Parameter being passed into the razor component, the life-cycle
method OnParametersSetAsync() (or OnParametersSet() and actually same as other life-cycle methods) is being called several times when the dialog is called with .show()? Like in my case 7 times, on dialog show
runs 5 times. I'm beginning to question because I already asked this to Blazor in Github but they seem not convinced
with my findings. So I assume since I use your Blazor components, this might be a good candidate to ask your side?
I asked this because actually I do have a function that is called when a parameter is passed, thus calling the OnParametersSetAsync(). Inside it has a function to save record
so I noticed it saved several records. Can you please check if this is really an issue?
Thank you very much and more powers!
Thanks,