You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Through the use of Magento\PageBuilder\Model\State this module unnecessarily depends on PageBuilder being present. Since I always remove all PageBuilder code through Composer replace this leads to an issue.
Through the use of
Magento\PageBuilder\Model\State
this module unnecessarily depends on PageBuilder being present. Since I always remove all PageBuilder code through Composer replace this leads to an issue.In my project I use this patch to get it to work: remove_pagebuilder_dependency.patch
If you are interested to add a proper solution to your module I will convert my patch to a nice solution and provide a PR.
The text was updated successfully, but these errors were encountered: