Ajax related error
On the canvas editor page, I've got the following JS error:
`dialog.ajax.js?v=11.3.9:135 Uncaught TypeError: Cannot read properties of undefined (reading 'prototype')`
As a result, I cannot upload an image using one of my components, because sometimes the canvas libraries run before core/misc/ajax.js.
Solution: Add the "core/drupal.ajax" dependencies to the "canvas-ui" and "ajax.custom" libraries.
issue