How to debug disappearing elements in the browser
— Code, Javascript, Web — 1 min read
Element disappears when you try to inspect it in JS
Run this
setTimeout(() => { debugger;}, 3000);
— Code, Javascript, Web — 1 min read
Run this
setTimeout(() => { debugger;}, 3000);