"DOMException" warnings/prompts (browser console) since first Pro 6 update

I have a 3rd party’s (knack) pages embedded on certain site pages. Wasn’t having a problem before moving to Pro 6.

Now I get hundreds to thousands of “DOMException: Failed to execute ‘querySelectorAll’ on ‘Document’: [various]” and "Failed to execute ‘matches’ on ‘Element’: [various] " in the console on those pages. Seems to slow down page loading. Its happening on all sites I’ve used these embeds. here is one example https://talentsolutionsconnector.net/

all of the prompts seem to be related to the cornerstone cs-classic.js file - i.e. /themes/pro/cornerstone/assets/js/site/cs-classic.js
and possibly how the hash is used in the links of the embeds(?)

Any way to fix this?

That’s a warning I added in so I can remove them in the next release and they can be ignored. It was just to see what was going on with some selector issues as invalid ids like “#test/test” can crash querySelectorAll.

Ok. So fairly inconsequential.
Thanks Charlie!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.