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
Per the documentation: a root node is mapped to DH\Adf\Node\Block\Document class and its exporter class is DH\Adf\Exporter\Html\Block\DocumentExporter
However, when using DH\Adf\Node\Block\Document::load with a JSON object, the DH\Adf\Node\Block\Document::load member returns type of DH\Adf\Node\BlockNode while DH\Adf\Exporter\Html\Block\DocumentExporter expects type of DH\Adf\Node\Block\Document.
Is there a way to coerce the types to remove this warning?