Commit c6b0a6c
Fix archiving problem since 1.4.0 (#2641)
* Fix BindingReducer.swift
After discussion with Jon Shier (@jshier) on the Slack, he suggested making this change.
It appears to fix the key path getter error that was appearing when trying to archive a project using the BindingReducer.
I've tested a project which compiled but failed to archive on TCA 1.4 onwards, when macros were introduced, and this change allows it to compile and archive successfully.
* Update Sources/ComposableArchitecture/Reducer/Reducers/BindingReducer.swift
---------
Co-authored-by: Stephen Celis <[email protected]>1 parent 88d995d commit c6b0a6c
File tree
1 file changed
+3
-1
lines changed- Sources/ComposableArchitecture/Reducer/Reducers
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
0 commit comments