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
Looks like ForDefaultWindow() has a null forgiving ! on the window instance passed to the For() method, which makes it crash if it is actually null as For() doesn't expect it to be null.
❓ Expected behavior
No crashes please.
🪜 Reproduction steps
🤷♂️
🛠 Configuration
📦 Package Version: 2.0.0
📱 iOS Version: Mainly iOS 16
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
I'm seeing a bunch of crashes in AppCenter with trace:
SIGABRT: Arg_NullReferenceException
Looks like
ForDefaultWindow()
has a null forgiving!
on thewindow
instance passed to theFor()
method, which makes it crash if it is actuallynull
asFor()
doesn't expect it to benull
.❓ Expected behavior
No crashes please.
🪜 Reproduction steps
🤷♂️
🛠 Configuration
📦 Package Version: 2.0.0
📱 iOS Version: Mainly iOS 16
The text was updated successfully, but these errors were encountered: