vue-insta-stories icon indicating copy to clipboard operation
vue-insta-stories copied to clipboard

Error Maximum call stack size exceeded

Open jfnando3030 opened this issue 6 months ago • 1 comments

Hi, I am using your component in a project with vue 3 but I am getting the following error: Maximum call stack size exceeded

I get that error when I use the following example:

import { Stories } from "vue-insta-stories";

        items: [
        "https://picsum.photos/350/200/",
  "https://picsum.photos/400/201/",
  {
    url: "https://file-examples-com.github.io/5mb.mp4",
    type: "video",
  },
            ]

Screenshot_74

jfnando3030 avatar Aug 05 '24 18:08 jfnando3030