Remove unwraps
Unwraps in closures are undesirable, even if they're largely unavoidable. Rework the type or the closures themselves to take errors and at least dump it to console and, if possible, display a popup error message.
Unwraps in closures are undesirable, even if they're largely unavoidable. Rework the type or the closures themselves to take errors and at least dump it to console and, if possible, display a popup error message.