So, one of my pages (with quite a lot going on in it – it has some iframes that embed other pages in my app), sometimes throws an error in the console (an error message generated by Bubble) that does not seem critical (it doesn’t seem to affect functionality), but I’m unclear what it indicates.
The console message is:
Uncaught Error: Listener count at 1000 for Key initial data..
(the message goes on to indicate the unique ID of the thing being viewed in the page)
Anybody ever seen something similar or know what it actually means? I’m aware of what listeners are, but it’s not clear what Bubble is indicating. (Perhaps something like, “gosh, there are a lot of elements on this page with conditions on them…” is what I’m sort of guessing).