-
-
Notifications
You must be signed in to change notification settings - Fork 936
Closed
Labels
bug 🪲Something isn't workingSomething isn't working
Description
Mapbox Implementation
Mapbox
Mapbox Version
10.16.2
Platform
iOS
@rnmapbox/maps version
10.1.1
Standalone component to reproduce
import React from 'react';
import {
MapView,
} from '@rnmapbox/maps';
class BugReportExample extends React.Component {
render() {
return (
<MapView style={{flex: 1}} />
);
}
}Observed behavior and steps to reproduce
After updating the library to the latest version, I received the following msg in Xcode:
2023-12-14 10:48:29.910988+0200 SomeApp[40047:3946570] [quic] quic_crypto_session_state_serialize [C10.1.1.1:2] [-ede508ad452547ee] TLS ticket does not fit (6969 > 6144)
rnmapbox_maps/RNMBXMapView.swift:665: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
2023-12-14 10:48:29.987896+0200 SomeApp[40047:3945853] rnmapbox_maps/RNMBXMapView.swift:665: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
(lldb)
Expected behavior
No response
Notes / preliminary analysis
No response
Additional links and references
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug 🪲Something isn't workingSomething isn't working