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.