In some of my projects, when I click on a dynamic value using code, I receive an error popup each time:
Unexpected error (X occurences)
Uncaught Error: Unexpected usage
Error: Unexpected usage
at b.loadForeignModule (6810.4cd221c5.js:490:350046)
at 6810.4cd221c5.js:476:49358
at async 1575.92d78635.js:2:2600
at async h.getLanguageServiceWorker (1575.92d78635.js:2:2690)
at async S._doValidate (1575.92d78635.js:2:8186)
at b.loadForeignModule (6810.4cd221c5.js:490:350046)
at 6810.4cd221c5.js:476:49358
at async 1575.92d78635.js:2:2600
at async h.getLanguageServiceWorker (1575.92d78635.js:2:2690)
at async S._doValidate (1575.92d78635.js:2:8186)
at 6810.4cd221c5.js:453:173232
at em (4506.ff03ce8f.js:465:1194678)
I’ve found that it happens regardless of the component (both on built-in Embed HTML props, and on custom component props)
Relevant links: