Reputation: 561
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 https://github.com/sonata-project/SonataAdminBundle/blob/4.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
Upvotes: 0
Views: 13