Replies: 1 comment 4 replies
-
@ahbou I'm not sure we have enough info to troubleshoot. Can you share the exact runtime warning you're getting and what causes it? Or can you provide enough code for us to run and repro? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a feed of child features mixed together let's call it
FeedSection
.It's like a facebook newsfeed where each item could be a news article, a video or an ad.
Let's say the parent is called Home and it holds an
IdentifiedArrayOf<FeedSection.State>
I took inspiration from the
Destination
Reducer so myFeedSection
looks like this:This works and Home renders all the sections but I get runtime warning about missing child.
Is this the right approach to model a feed of child features?
Beta Was this translation helpful? Give feedback.
All reactions