davidjbradshaw / iframe-resizer-react

The official React interface for Iframe-Resizer

Home Page:https://iframe-resizer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use this library in an iframed CRA?

DjolePetrovic opened this issue · comments

Hi

Thanks for this package. Really helped me a lot. Just one question. How can I receive messages from a Parent window in my iframed CRA (create-react-app).

I was able to send messages from my child to the parent. But not the other way round. And I'm sure it doesn't help that I'm using typescript too.

Thx