### Describe the bug WARNING: Multiple instances of Three.js being imported. That happens with the most barebone quasar project. The error message is not very informative. I don't know if this is a cientos issues or quasar issue. I figured since this is a Three.js error, it would be more appropriate to report it here. ### Reproduction https://stackblitz.com/edit/quasarframework-stackblitz-templates-6prss1fg?file=src%2Fpages%2FIndexPage.vue ### Steps to reproduce the error message can be easily seen if you check the console after opening the preview in a new tab. ### System Info ```shell ``` ### Used Package Manager yarn ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/Tresjs/cientos/blob/main/CODE_OF_CONDUCT.md) - [x] Read the [Contributing Guidelines](https://github.com/Tresjs/cientos/blob/main/CONTRIBUTING.md). - [x] Read the [docs](https://cientos.tresjs.org/guide). - [x] Check that there isn't [already an issue](https://github.com/Tresjs/cientos/issues) that reports the same bug to avoid creating a duplicate. - [x] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
Describe the bug
WARNING: Multiple instances of Three.js being imported.
That happens with the most barebone quasar project. The error message is not very informative.
I don't know if this is a cientos issues or quasar issue. I figured since this is a Three.js error, it would be more appropriate to report it here.
Reproduction
https://stackblitz.com/edit/quasarframework-stackblitz-templates-6prss1fg?file=src%2Fpages%2FIndexPage.vue
Steps to reproduce
the error message can be easily seen if you check the console after opening the preview in a new tab.
System Info
Used Package Manager
yarn
Code of Conduct