I started learning Blazor technology recently.
I just want to pass a simple array/arrayList to a parent component from a child component. Here is my code:
Visual Studio didn't find the error while compiling.
The problem is, when I send an array to a parent, it returns null. Please help me.
change the below code:
<ChildComponent Data="TakeData" ...
your code removes EventCallback return value