I’m using the ArcGIS Maps SDK for JavaScript (v4.33) within a React application, where I dynamically create layers with custom renderers and label configurations. I recently upgraded my application from v4.30 (where everything functioned correctly) to v4.33.
The issue:
Layers that have no labelingInfo on the server work fine.
But whenever a layer has labelingInfo defined on the server side, my app crashes with the following error:

Question: