Error in HTML renderer while using iframe

Hi,
calling iframe in HTML Renderer e.g

gives errors
CONTEXT: t0/page.Page1/id-1594360690537-4 | Empty page, TIMESTAMP: 1594360695719, MESSAGE: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. Zl@index.android.bundle:93:85823
d@index.android.bundle:93:36029
m@index.android.bundle:93:37308
ai@index.android.bundle:93:47643
Vl@index.android.bundle:93:81668
Ml@index.android.bundle:93:70036
Ul@index.android.bundle:93:67144
Ul@[native code]
Pl@index.android.bundle:93:65839
Pl@[native code]
index.android.bundle:93:25495
unstable_runWithPriority@index.android.bundle:173:3915
sn@index.android.bundle:93:25442
cn@index.android.bundle:93:25377
kl@index.android.bundle:93:64831
enqueueSetState@inde

hmm, unfortunately how you call it isn’t visible from the forum formatting, please post a picture of the code or something so I could be of more help!

I had the same issue with rendering an iframe.

Here’s an examle iframe, but it’s the same with every other iframe.
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/436019154?color=00b6ff&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
causing this error

Hmm, seems like a bug. I reported it here.