tauri/.changes/ios-invoke-response-null.md
Lucas Fernandes Nogueira 6696e48800
fix(core): Swift warning for null invoke.resolve() iOS plugin values (#10842)
`Any` does allow `nil`,  but must be explicitly set to avoid the Swift warning
2024-09-02 16:51:30 +03:00

110 B

tauri
patch:bug

Fixes a warning when using a null value on the invoke.resolve() iOS plugin API.