Ryan Seddon
Ryan Seddon
Wanna have a go at a PR seems like you know how to fix this, I would agree that checking the event target is the frame might be the better...
Wanna try [v5.2.2-alpha.0](https://github.com/ryanseddon/react-frame-component/releases/tag/v5.2.2-alpha.0) prerelease. The changes in their should fix this in theory.
Something is funny going on with my notifications I only got an email once you mentioned me, will take a look at this soon. If you've done any investigation already...
Could you create a small test case showing the issue I just did a quick one [here](https://codesandbox.io/s/relaxed-andras-z2x0r?file=/src/App.js). I don't see any issues on refresh but I don't know what the...
@equinusocio are you able to extract out a small test case on codesandbox.io?
@equinusocio I tried your code and it renders fine? What do I need to do to reproduce it? https://codesandbox.io/s/goofy-morning-ls3uk?file=/src/App.js @xmflsct do you have a test case so I can see...
@calculuschild I really need a test case that shows the issue happening, I've tried [my demo](https://ls3uk.csb.app/) and refreshing multiple times in several browsers without issue. I can't fix or diagnose...
Haven't had much time to dig into this again, if you have any ideas or get a better understanding of why an uncached document makes a difference with srcdoc and...
@pyramation I believe I have a fix in #207 can you try the [v5.2.3-alpha.0](https://github.com/ryanseddon/react-frame-component/releases/tag/v5.2.3-alpha.0) release and let me know.
I'm not sure that is the case, this error only happens when there is a timing issue with `srcdoc` rendering the intitial content and the onload event firing before it's...