I am trying to run this example, but it sounds broken. Effectively, this code does not seem to add stories and the view remains empty ```swift for try await item in group { tories.append(item) } ``` 
I am trying to run this example, but it sounds broken.
Effectively, this code does not seem to add stories and the view remains empty