Use Reducer.combine(Self...)
instead of Reducer.combine([Self])
#115
Labels
good first issue
Good for newcomers
For some reason, Xcode doesn't select the correct symbols when ⌥+clicking or ⌘+clicking on a
Reducer
which is inside.combine([])
.I preferred this syntax as it allows us to add a trailing comma, which improves git authoring and reviewing, but I found that using
.combine(_ reducers: Self...)
fixes the issue.Here is an example:
Screen.Recording.2022-08-19.at.12.12.31.mov
The text was updated successfully, but these errors were encountered: