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
Ran into this issue when trying to integrate TresJS in my Astro project. To verify that it wasn't me doing something stupid, I switched to Alvaro's tres-astro repository from the "How to add 3D to Astro using TresJS" video. I'm running into the same warning there. I also upgraded to the latest astro in the tres-astro repository, but still seeing the same error. As far as I can tell, the 3D model does show up.
Removing the TheExperience component and just trying to use TresCanvas also triggers the same warning.
(index):224 [Vue warn]: onUnmounted is called when there is no active component instance to be associated with.
Lifecycle injection APIs can only be used during execution of setup().
If you are using async setup(), make sure to register lifecycle hooks before the first await statement.
Describe the bug
Ran into this issue when trying to integrate TresJS in my Astro project. To verify that it wasn't me doing something stupid, I switched to Alvaro's tres-astro repository from the "How to add 3D to Astro using TresJS" video. I'm running into the same warning there. I also upgraded to the latest astro in the tres-astro repository, but still seeing the same error. As far as I can tell, the 3D model does show up.
Removing the TheExperience component and just trying to use TresCanvas also triggers the same warning.
Call Stack as shown in Edge
Reproduction
https://github.com/alvarosabu/tres-astro
Steps to reproduce
Clone the repository
rm the package-lock.json file
npm install
npm run dev
System Info
Used Package Manager
npm
Code of Conduct
The text was updated successfully, but these errors were encountered: