After upgrade to symfony asset mapper, x-editable is not working anymore in sonata admin.
This is the error I go in app.js from sonata amdin .x/assets/js/app.js
Uncaught TypeError: Cannot read properties of null (reading 'addClass')
This is the error line in sonata app.js:
this.tip().addClass(this.containerClass),
Any idea?
Thank you