SSENSE / vue-carousel

A flexible, responsive, touch-friendly carousel for Vue.js
https://ssense.github.io/vue-carousel/
MIT License
1.72k stars 505 forks source link

Maximum call stack size exceeded when name component 'Carousel' #490

Open Pupinia opened 5 years ago

Pupinia commented 5 years ago

Bug Report

Current Behavior If i'am name component 'Carousel' i have Maximum call stack size exceeded

<template>
  <carousel

  >
    <slide>
      some text
    </slide>
  </carousel>
</template>

<script>
export default {
  name: "Carousel",

};
</script>

Environment

em-shea commented 4 years ago

Thanks for creating this issue. I didn't realize why I was getting this error but changing the component name fixed it for me.