react-chrome-extension
react-chrome-extension copied to clipboard
Cannot get window in Frame
Hi I cannot get window.grecaptcha in frame. But in console i can do it!
Please check and if you have any solution, please help me!
Hi @terminalAZ
You can see I am passing document and window as props to the App component in the content.js file, so Inside App, you must use props.window instead window to access iframe DOM.
this.props.window.grecaptcha