react-frame-component
react-frame-component copied to clipboard
Render your React app to an iFrame
Currently `onLoad` is overridden by `handleLoad` so does not works.
onload event will delay if downloading external resources when really all we need to know is if the initialContent has rendered without worry about external resources being downloaded Related to...
Right now the readme is an accumilation of changes over time and has never really had any love to structure it better. I think using something like https://readme.so/ would be...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...
I've been using this package without problem for a good while now (v4.1.3). Finally tried updating to v5.1.0 and everything seems fine until I try to refresh the browser page....
React bubble up to the Frame component (iframe) each load event that happen in elements rendered inside it, even if browsers normally would stop this at iframe border. This is...
I've run into rare situations where `createPortal` used on two lines is using null target values. https://github.com/ryanseddon/react-frame-component/blob/master/src/Frame.jsx#L118 This, in turn, creates a "Target container is not a DOM element." exception....
Here is codesandbox to test https://codesandbox.io/s/preact-react-frame-component-y96k8 orginal issue link i found https://github.com/preactjs/preact/issues/2653 I am getting error on my project when use react-frame-component as follow `preact.module.js:14 Uncaught (in promise) TypeError: Cannot...
This PR contains a new feature which adds a new prop `contentWillUnmount` that calls before the Content unmounts. This PR is linked to #178 . I have also added tests...
I know that this component is really old but it is really correctly working There's just one missing feature: be able to provide a unmount callback to be able to...