Extra parameters passed to parent construct $directoryHelper
I am getting the following error on di compile: **Extra parameters passed to parent construct $directoryHelper** That’s the original code: class PreviewButton extends MagentoConfigBlockSystemConfigFormField { protected $blockFactory; public function __construct( MagentoBackendBlockTemplateContext $context, MagentoFrameworkViewElementBlockFactory $blockFactory, array $data = [], ?SecureHtmlRenderer $jsonHelper… Read More »Extra parameters passed to parent construct $directoryHelper