Dompdf en livewire

What seems to be the problem: How can I put dompdf to work in this fantastic tool?

Steps to Reproduce:

Are you using the latest version of Livewire: yes

Do you have any screenshots or code examples:
use PDF

public pdf1;
$this->pdf1= PDF::loadView(‘reportes.pdf_pago_num’);
$this->pdf1->stream();

This is not working for me too? Found a solution maybe?

It works to me!

This works but with just text. Html is not rendered.