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
When setting the lineMetrics property on a shape source, getting (NOBRIDGE) ERROR Mapbox [error] Property lineMetrics expected to be a number or nil but was: 1 in the terminal.
This occurs for the following that I tried:
lineMetrics={true}
lineMetrics="true"
lineMetrics={1}
lineMetrics
Expected behavior
Expect that lineMetrics works as documented.
Notes / preliminary analysis
No response
Additional links and references
No response
The text was updated successfully, but these errors were encountered:
Mapbox Implementation
Mapbox
Mapbox Version
10.19.3, also tested with 11.8.0
React Native Version
0.76.7
Platform
iOS
@rnmapbox/maps
version10.1.33
Standalone component to reproduce
Observed behavior and steps to reproduce
When setting the
lineMetrics
property on a shape source, getting(NOBRIDGE) ERROR Mapbox [error] Property lineMetrics expected to be a number or nil but was: 1
in the terminal.This occurs for the following that I tried:
lineMetrics={true}
lineMetrics="true"
lineMetrics={1}
lineMetrics
Expected behavior
Expect that lineMetrics works as documented.
Notes / preliminary analysis
No response
Additional links and references
No response
The text was updated successfully, but these errors were encountered: