-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Still Crashes on 4.0.0 pre iOS 17 #162
Comments
Yes certainly
|
@bukira, could you, for testing purposes comment out |
doesnt crash with that commented out |
Great. I mean not great, but at least I know how to fix it. I will provide you with a solution in a moment. |
awesome and yeah great if we know the cause and super awesome for such a quick response :-) |
Could you check if the |
Your the man, that fixed it cheers |
Haha, glad to hear that. Unfortunately, I'll have to do some additional testing before this goes public, as there were reasons why I wanted to avoid such a solution 😅 Have a nice day @bukira! |
Hey, Did you try that branch? Thanks |
I just tried it, and it really doesn't crash. |
hey man. I am finding that first crash from the first comment on here on iOS 18 edit - for visibility, used the patch branch and it resolved this on iOS 18 |
I do have the same issue at the same line on macOS. |
Did you try the branch patch-4.0.1? |
Just tried. It works perfectly 😄 |
fix: - Fixed a bug caused by the user declaring a value that caused the entire WindowGroup to be updated (#162)
Updated to 3.0.0 and 4.0.0 and the popup still crashes for iOS 16 and below
iOS 17 and iOS 18 work fine
Thread 1: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
crashes on the line:
await updatePopupAction(popup.updatedHeight(newHeight))
for centre and bottom popups
Printing description of newHeight:
0.0
Printing description of heightCandidate:
319.0
Printing description of popup.height:
nil
Same popus didnt crash pre 3.0.0
The text was updated successfully, but these errors were encountered: