swiftui-introspect
swiftui-introspect copied to clipboard
@Weak isn't written to
Description
I store a controller's navigation bar into an @Weak property so I can modify it later on. This used to work fine but it appears that this broke recently. Looking into this, I'm noticing that my @Weak property remains nil even after assigning it a value.
Checklist
- [X] I have read the README before submitting this report.
- [X] This issue hasn't been addressed in an existing GitHub issue or discussion.
Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
Version information
Version 1.1.2
Destination operating system
iOS 17
Xcode version information
Version 15.2 (15C500b)
Swift Compiler version information
No response