-
-
Notifications
You must be signed in to change notification settings - Fork 847
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]: iOS crash with Thread 1: Assertion failed: the object is inited but there are still waiters #3528
Comments
@efstathiosntonas thanks are you using new arch on iOS? |
@mfazekas Hi, no, I'm on Paper |
@efstathiosntonas I'm not able to reproduce the issue: Looks like infinite recursion. On the other hand I do see that we reenter addToMap and probably I'm not handling it correctly: maps/ios/RNMBX/RNMBXMapView.swift Line 273 in 0bcf8bb
|
@mfazekas thanks for the update, this is my component, it works fine on Click me |
@efstathiosntonas can you try the main branch it should be fixed there |
@mfazekas works as a charm, thank your for the fast fix! keep it up! |
Mapbox Implementation
Mapbox
Mapbox Version
11.0.0
React Native Version
0.74.2
Platform
iOS
@rnmapbox/maps
version10.1.26
Standalone component to reproduce
Observed behavior and steps to reproduce
After upgrading to 10.1.26 it throws:
Thread 1: Assertion failed: the object is inited but there are still waiters
related PR
let me know if you need full trace
Expected behavior
No response
Notes / preliminary analysis
No response
Additional links and references
No response
The text was updated successfully, but these errors were encountered: