79466155

Date: 2025-02-25 10:25:43
Score: 0.5
Natty:
Report link

It looks like the views are redacted. This is a known behavior (issue?) with widgets. You can try to display the unredacted view by adding the .unredacted() modifier to your view, like this:

case .systemMedium:
            /// Display the MovieWidgetView for the medium widget size
            MovieWidgetView(topThreeMovies: [dummyMovie, dummyMovie, dummyMovie])
                .unredacted()
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Thorsten Stark