Dhaval Shreyas
Dhaval Shreyas
@leotalha : Can you check if this is still an issue on master?
@dsrspro : Is this still needed? If we do, would you mind elaborating on why we need this fix?
Yes, those would need keys similar to multiple workflows. ```swift let (foregroundColor, fgColorUpdater) = HookWorkflow(defaultValue: ColorState.red) .rendered(in: context, key: "fgColor") let (backgroundColor, bgColorUpdater) = HookWorkflow(defaultValue: ColorState.blue) .rendered(in: context, key: "bgColor")...
Fixed on the swift side.
Hey there @gregkerzhner! Good question. We do not have a solution for this right now. For the most part, we've been passing in the dependencies at each level. We have...
Decision is to keep `mapOutput` on the swift side.