Md Tomal Hossain
Results
2
comments of
Md Tomal Hossain
Hi @MichaelPeter, I've seen this issue in their official documentation but couldn't reproduced this on a real application. are you facing it in your application? Thanks.
Anyone facing this issue, you can do two things to avoid this kind of error: * Put an `if` condition outside the component: ``` @if(_value3Items != null) { @context?.Name }...