I have a problem when I use BlurView as my View's background,it will only show the placeholder View when i use BlurView.
My code:
WidgetView().background(BlurView(style: .systemThinMaterial))
//BlurView can be used in my app's View perfectly
So,isn't widgkit support it?Or I get a wrong way?