Thiago Nunes Batista
Results
1
comments of
Thiago Nunes Batista
The same error happens here when adding the LogRocket module in nuxt.config.ts. ``` export default defineNuxtConfig({ devtools: { enabled: true }, modules: [ 'nuxt-feather-icons', 'nuxt-gtag', 'nuxt-icon', 'nuxt-simple-robots', 'nuxt-logrocket', '@nuxtjs/sitemap' ],...