You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to do .onRender { _, _, _ -> pdfView.fitToWidth() }
and I get the error "Type mismatch: inferred type is (Int, Any?, Any?) -> Unit but ((Int) -> Unit)! was expected"