ryanseddon / react-frame-component

Render your React app to an iFrame
http://ryanseddon.github.io/react-frame-component/
MIT License
1.75k stars 156 forks source link

Fix handleLoad call from setInterval #236

Closed dannysindra closed 1 year ago

dannysindra commented 1 year ago

Fixes #234

The root cause is incorrect this context when it is invoked within the setInterval (MDN doc for reference).

ryanseddon commented 1 year ago

Im not near a laptop until sunday night so will release a new version then