I followed along with the presentation and my widget has no content on the device.
The placeholder does not compile:
For the AvatarView() in the PlaceholderView. "Value of type 'AvatarView' has no member 'isPlaceholder'"
Code Block 2020-06-24 13:05:23.122146-0500 EmojiRangerWidgetExtension[9619:814152] [widget] No intent in timeline(for:with:completion:)
The placeholder does not compile:
Code Block struct PlaceholderView : View { var body: some View { AvatarView(.panda) .isPlaceholder(true) } }
For the AvatarView() in the PlaceholderView. "Value of type 'AvatarView' has no member 'isPlaceholder'"