Hey all,
I'm trying to build out an Arcade expression to label my FeatureLayers as I've now reached a point where Y/X offset no longer works due to the dynamic-ness of the data being entered.
This is my current expression:
`"<BOL>" + $feature.a4title + "</BOL>" + TextFormatting.NewLine + $feature.a4context`
It renders correctly in ArcGIS Pro but renders like this in my mapping application:

I've tried switching out to the standard <b> HTML variant but still no luck.
Is it just not possible to bold a single Arcade field in the JavaScript API 4.X yet?
Cheers,
Luke