Using this package with Nuxt 3 but since version ^4.7.0 I'm getting this error:
Nuxt Build Error: [commonjs--resolver] Failed to resolve entry for package "@coddicat/vue-pinch-scroll-zoom". The package may have incorrect main/module/exports specified in its package.json.
Using this package with Nuxt 3 but since version
^4.7.0
I'm getting this error:downgrading to
4.6.0
solves this issue.