Open jfnando3030 opened 3 months 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", }, ]
can you provide a stackblitz or similar?
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";