Skip to content
Github 💻𝕏Linkedin 🔗

How to debug disappearing elements in the browser

Code, Javascript, Web1 min read

Element disappears when you try to inspect it in JS

Run this

setTimeout(() => {
debugger;
}, 3000);