A number of people have reported this error, and I ran into it myself.
After a series of tests, looking at issues like the presence of tables in iframes and so on, I finally tracked down the culprit (at least in my case):
I was putting multiple tables into jQuery tabs on the page, using the jQuery UI function described here:
https://jqueryui.com/tabs/Having multiple tables on a page
in these jQuery tabs in some way triggers the "wdCenter" error. Simply removing those tabs makes the error go away. Most likely, Paramquery is using this jQuery UI function for its tabbed tables. (That approach might work for some ... letting Paramquery handle the tabs ... but in our case some of the tabs on the page don't contain tables.)
The solution is using a different approach to setting up page tabs without using that jQuery UI function (there are a number of other ways to accomplish the same UI effect.)