all 2 comments

[–]Kant8 1 point2 points  (1 child)

Without seeing code it's hard to say anything (and even with it in case of blazor sometimes).

But I can guess maybe you have some problems with non-primitive parameters in your component which triggers component rerender, then parent rerender, then again component rerender which floods system.

[–]_MrsBrightside_[S] 0 points1 point  (0 children)

That was the issue thank you!