My Mutation Observer stopped working

Hey guys, does anybody know why my MutationObserver could stop working? It was literally working 2 days ago, I have experienced this exact same situation where the observer stopped working, I tried to figure it out then, I couldn’t do anything it just later started working again.

It’s a bubble specific issue because when I use the exact same code in my VS code, it works fine

Are you something in your script that wait for the target to be available on the page? Did you check if the target always exist?

Yes, I wait for the element to exist before attaching it to the observer, and like I said it has been working fine for weeks, it just stopped working and it stopped some months ago too but started working again after some days

It’s been solved guys, I figured it out.

1 Like

This topic was automatically closed after 14 days. New replies are no longer allowed.