Mijick / Popups

Popups, popovers, sheets, alerts, toasts, banners, (...) presentation made simple. Written with and for SwiftUI.
Apache License 2.0
1.38k stars 59 forks source link

Bug: Publishing changes from KeyboardManager #120

Closed armoona closed 3 months ago

armoona commented 4 months ago

Occasionally, I get the following warning in XCode:

PopupView/Sources/Internal/Managers/KeyboardManager.swift:17 Publishing changes from within view updates is not allowed, this will cause undefined behavior.

jay-jay-lama commented 4 months ago

Hello @armoona. Could you please check branch patch-2.5.1? If it won't work please provide some example code that I can use to reproduce the problem and fix it.