You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let n = document.createElement('iframe');
document.body.append(n);
window.alert = n.contentWindow.alert.bind(window);
window.prompt = n.contentWindow.prompt.bind(window);
window.confirm = n.contentWindow.confirm.bind(window);
n.remove();
function reactHandler() {
return Object.values(document.querySelector('#app > div > div'))[1].children[1]._owner;
`
Uncaught (in promise) TypeError: Cannot convert undefined or null to object
Line 9 return Object.values(document.querySelector('#app > div > div'))[1].children[1]._owner;
The text was updated successfully, but these errors were encountered:
In setgold.js
`
(async () => {
`
Uncaught (in promise) TypeError: Cannot convert undefined or null to object
Line 9
return Object.values(document.querySelector('#app > div > div'))[1].children[1]._owner;
The text was updated successfully, but these errors were encountered: