dnldsht / vue-insta-stories

Vue 2 & 3 library for Instagram like stories.
https://vue-insta-stories.donld.me
MIT License
71 stars 9 forks source link

Error Maximum call stack size exceeded #23

Open jfnando3030 opened 1 month ago

jfnando3030 commented 1 month ago

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

dnldsht commented 1 month ago

can you provide a stackblitz or similar?