Skip to content

Type error in nuxt3 - Nuxt-ionic plugin  #514

@azuryel

Description

@azuryel

🐛 The bug

Nuxt version: 3.9
Nuxt-ionic plugin version: 0.13.0

It's a fresh install so i don't have extra plugin, only using socket.io for webRTC chat

image

the app is running anyway but there is some error

Nuxt.config.ts

export default defineNuxtConfig({
  devtools: { enabled: true },
  ssr: false,
  modules: ['@nuxtjs/ionic'],
  typescript: {
    typeCheck: true,
  }
})

🛠️ To reproduce

//

🌈 Expected behaviour

Should show any issue regarding type and imports

ℹ️ Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions