So we are migrating our code base from Vue 2 to Vue 3 and everything works fine for HERE maps except for the .addObject() event that keeps failing with the error:
Failed to execute 'postMessage' on 'Worker': [object Array] could not be cloned
Nothing else has been changed and the data exists and is properly formatted.
Any help would be appreciated!