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

document.addEventListner not working on Frmae #177

Closed liua0 closed 3 years ago

liua0 commented 3 years ago
<FrameContextConsumer>
                            {
                                ({document, window}) => {
                                   document.addEventListner('click',(e)=>(console.log(e)))
                                }
                            }
</FrameContextConsumer>