NotificationBanner
NotificationBanner copied to clipboard
Main Thread crash
Once you trigger the notifications multiple times, the app crashes. Here are some screenshot of where the error is occurring:



This happens once you activate the notification in an async function that takes some time to execute, for example, fetching some data.
It doesn't matter if you put it into a DispatchQueue.main.async { }, it still crashes
I have noticed this behavior as well
Hey @afern247 & @devinbaeten, what version are you on?
I'm on 3.2.0 and honestly I don't remember the version for which I opened this ticket (my bad), for now the issue is not happening on my side.