Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(iframe): reload the frame on every render
Not just overwrite content, because global javascript variables will collide otherwise. Instead, using object URL we can re-render the iframe everytime and free up memory be revoking object on next render.
- Loading branch information