You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what the appropriate solution would be here. I thought that the ViewBuilder would handle this case and substitute an EmptyView, but that doesn't seem to be the case. I'm sure I'm missing something simple for the fix, I just can't quite grasp it.
The text was updated successfully, but these errors were encountered:
Describe the bug
Given the following code:
I get the following crash:
I think that this is from AnyView.swift:63:
I'm not sure what the appropriate solution would be here. I thought that the
ViewBuilder
would handle this case and substitute anEmptyView
, but that doesn't seem to be the case. I'm sure I'm missing something simple for the fix, I just can't quite grasp it.The text was updated successfully, but these errors were encountered: