Description
Found this issue when trying to run the preview of SyncUpForm from swift-composable-architecture
I suspect it has something to do with this line:
.bind($store.focus, to: $focus)
Removing the above line and the crash no longer appears
Checklist
Expected behavior
Should not crash the preview
Actual behavior
The preview is crash upon interaction with the any of the UI
Reproducing project
No response
The Composable Architecture version information
No response
Destination operating system
No response
Xcode version information
No response
Swift Compiler version information
Description
Found this issue when trying to run the preview of SyncUpForm from swift-composable-architecture
I suspect it has something to do with this line:
.bind($store.focus, to: $focus)Removing the above line and the crash no longer appears
Checklist
mainbranch of this package.Expected behavior
Should not crash the preview
Actual behavior
The preview is crash upon interaction with the any of the UI
Reproducing project
No response
The Composable Architecture version information
No response
Destination operating system
No response
Xcode version information
No response
Swift Compiler version information