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
Uncaught TypeError: r.toRenderColor is not a function
at o_._setPaintValue (147.ddd73483.js:8:36290)
at o_.updatePaintArray (147.ddd73483.js:8:36196)
at 147.ddd73483.js:8:41263
If I remove the "text-color": "grey" condition from the format statement, the error does not occur.
Screen.Recording.2024-12-02.at.10.28.41.PM.3.mov
The text was updated successfully, but these errors were encountered:
See demo video below of error which occurs in mapbox studio and on my live map app.
The cause of the bug
appears to be the
text-filed
attribute in mapbox studio, which makes use of the mapbox expression formatThe expression 👇
The error it causes 👇
If I remove the
"text-color": "grey"
condition from the format statement, the error does not occur.Screen.Recording.2024-12-02.at.10.28.41.PM.3.mov
The text was updated successfully, but these errors were encountered: