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
[Bug]: Render Error : undefined is not an object (evaluating '_maps.default.UserTrackingModes.FollowWithCourse')
Expected behavior
The map should appear, the camera should start at the coordinates sent through props (latitude, longitude) and the camera should follow the user's location...
Notes / preliminary analysis
I am fairly new to mapbox, and I don't really know what could be wrong here...
Additional links and references
No response
The text was updated successfully, but these errors were encountered:
Mapbox Implementation
Mapbox
Mapbox Version
default
Platform
iOS, Android
@rnmapbox/maps
version#main
Standalone component to reproduce
import React, { useState } from 'react';
import MapboxGL from '@rnmapbox/maps';
const Camera = (props) => {
};
export default Camera;
Observed behavior and steps to reproduce
[Bug]: Render Error : undefined is not an object (evaluating '_maps.default.UserTrackingModes.FollowWithCourse')
Expected behavior
The map should appear, the camera should start at the coordinates sent through props (latitude, longitude) and the camera should follow the user's location...
Notes / preliminary analysis
I am fairly new to mapbox, and I don't really know what could be wrong here...
Additional links and references
No response
The text was updated successfully, but these errors were encountered: