jorgvm

Results 4 comments of jorgvm

I'm not having this problem with Nuxt. I'm loading the carousel with nuxt.config: `plugins: [ { src: '~/plugins/vue-carousel.js', ssr: false } ],` In vue-carousel.js: ``` import Vue from 'vue'; import...

hey there https://learn.tylermcginnis.com/courses/613356/lectures/10985710 lesson title "quiz useState", 2nd question issue: you're naming the const "[state, setState]" and then refer to "setLoading"

lesson title: "guide to react context" issue: seems to contain the text for useMemo hook! (not mentioned in the video) https://learn.tylermcginnis.com/courses/613356/lectures/10986166

lesson title: "quiz react context" issue: last question answer uses word "compasable". composable? https://learn.tylermcginnis.com/courses/613356/lectures/10986170