Mijick / PopupView

Popups presentation made simple (SwiftUI)
MIT License
1.19k stars 50 forks source link

Bug: Publishing changes from KeyboardManager #120

Closed armoona closed 2 months ago

armoona commented 2 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 2 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.