You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
index.vue:11 Uncaught (in promise) TypeError: View360.EquirectProjection is not a constructor
at setup (index.vue:11:22)
at callWithErrorHandling (chunk-S2INE2O3.js:1750:18)
at setupStatefulComponent (chunk-S2INE2O3.js:7767:25)
at setupComponent (chunk-S2INE2O3.js:7728:36)
at mountComponent (chunk-S2INE2O3.js:6365:7)
at hydrateNode (chunk-S2INE2O3.js:5397:11)
at hydrateSubTree (chunk-S2INE2O3.js:6441:13)
at ReactiveEffect.componentUpdateFn [as fn] (chunk-S2INE2O3.js:6461:13)
at ReactiveEffect.run (chunk-S2INE2O3.js:1408:23)
at instance.update (chunk-S2INE2O3.js:6580:52)
How to fix this.
The text was updated successfully, but these errors were encountered:
Description
In Nuxt3, I'm getting this View360.EquirectProjection is not a constructor Error for the version
"@egjs/vue3-view360": "^4.0.0-beta.7",
How to solve this,
and I also want to know the proper away to Integrate view360 for Nuxt3 Projects.
Steps to check or reproduce
In Nuxt3 I use this code..
And I'm getting this error..
How to fix this.
The text was updated successfully, but these errors were encountered: