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
To support a preview for Grid I had to apply some kind of hack (ForEach+GridViewsContaining.swift:46-68 and GridGroup.swift:20-30).
Looks like it doesn't work for widgets.
This one is pretty odd. This simple WidgetKit example:
Does not do column/row layout in preview mode:
But when placed in view for real widget, it renders OK in preview. Also I could place within ZStack to fix:
Similar preview example under iOS is fine. Perhaps related to ScrollView change?
iOS:
The text was updated successfully, but these errors were encountered: