ktquez / vue-disqus

Integrate Disqus count and comments in your application Vue 3, with support for SPA

Home Page:https://ktquez.github.io/vue-disqus/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught TypeError: cyclic object value

michidk opened this issue · comments

I get the following error:

Uncaught TypeError: cyclic object value
    sendMessage http://<my-id>.disqus.com/embed.js:44
    getInstanceOrLoad http://<my-id>.disqus.com/embed.js:45
    e http://<my-id>.disqus.com/embed.js:44
    g http://<my-id>.disqus.com/embed.js:44
    m http://<my-id>.disqus.com/embed.js:44
    trigger http://<my-id>.disqus.com/embed.js:44
    init http://<my-id>.disqus.com/embed.js:44
    m http://<my-id>.disqus.com/embed.js:44
    trigger http://<my-id>.disqus.com/embed.js:44
    ia http://<my-id>.disqus.com/embed.js:44

when clicking on this button:
image
Afterward, the cursor can't click or mark anything.

I am directly importing vue-disqus into the component, like so:

import { Disqus } from "vue-disqus";
export default {
  name: "Part",
  components: {
    Disqus,
  },
...

Edit: Also happened when importing this component, globally.

@michidk

Did you manage to solve it?

@ktquez No, I ended up not using Disqus

I think it is a problem in the disqus script.