Closed hepspl closed 6 months ago
Thanks! We'll look into this!
This should be fixed now in SkipUI 0.9.2. Use Xcode's File->Packages->Update to Latest to get the fixed version. Please let us know if you have any issues, and thanks again for the report.
Thank you for your quick support!
.onChange()
is marked as fully supported however I noticed that at least one form ofonChange
results in compilation error:.onChange(of: someVar, { oldValue, newValue in ... })
Will result inTransforming it into:
.onChange(of: someVar) { oldValue, newValue in ... }
Fixes the problem.Please consider checking while other form does not work and produce kind of misleading error message.