A delivery customization function is erroring - the error is thrown from String.prototype.normalize()and the message is TypeError: not a function
Debugging on a dev store, I have confirmed that the input is definitely a string, and have added logs before and after the call to normalize, confirming that it is the cause of the error.
Also ran it through the function runner locally and the instruction count is only 1373548.
Is this a platform bug or limitation?