\n\u003C/template>\n```\n\n### Reproduction\n\n*\n\n### Steps to reproduce\n\n_No response_\n\n### System Info\n\n```shell\n\n```\n\n### Used Package Manager\n\npnpm\n\n### Code of Conduct\n\n- [x] I agree to follow this project's [Code of Conduct](https://github.com/Tresjs/tres/blob/main/CODE_OF_CONDUCT.md)\n- [x] Read the [Contributing Guidelines](https://github.com/Tresjs/tres/blob/main/CONTRIBUTING.md).\n- [x] Read the [docs](https://tresjs.org/guide).\n- [x] Check that there isn't [already an issue](https://github.com/tresjs/tres/issues) that reports the same bug to avoid creating a duplicate.\n- [x] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.",[],906,"Unable to Dynamically Add Event Listener to a TresPrimitive Component","2025-01-17T14:37:19Z","https://github.com/Tresjs/tres/issues/906",0.69632274,{"description":2934,"labels":2935,"number":2937,"owner":2868,"repository":2888,"state":2911,"title":2938,"updated_at":2939,"url":2940,"score":2941},"**Describe the bug**\r\nAs a dev using GUI controls I would like to be able to be able to generate 2 folders that contain similar properties\r\n\r\n```\r\nconst { position } = useControls('camera', { position: [0,0,0] })\r\nconst { position1 } = useControls('light', { position: [0,0,0] })\r\n\r\n```\r\n",[2936],{"name":2906,"color":2907},58,"Controls with same key on different folders get overlapped ","2023-10-15T12:08:37Z","https://github.com/Tresjs/leches/issues/58",0.7043862,{"description":2943,"labels":2944,"number":2937,"owner":2868,"repository":2946,"state":2911,"title":2947,"updated_at":2948,"url":2949,"score":2941},"**Describe the bug**\r\nPostprocessing Render seems to break on Nuxt.\r\n\r\n**Reproduction**\r\nhttps://stackblitz.com/edit/nuxt-starter-2qaqwx?file=nuxt.config.ts,components%2FTheExperience.vue,package.json,app.vue\r\n\r\n**Steps**\r\nSteps to reproduce the behavior:\r\n1. Go to Reproduction\r\n2. Resize\r\n\r\n**Reproduction**\r\nWhen resizing the clear color also goes blank. Effects don't work etc\r\n\r\n**Expected behavior**\r\nAll smooth and working lol\r\n\r\n**Screenshots**\r\n\r\n\r\n**System Info**\r\nOutput of `npx envinfo --system --npmPackages '{vite,@tresjs/*, three, vue}' --binaries --browsers` \r\n\r\n```\r\n System:\r\n OS: Linux 5.0 undefined\r\n CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz\r\n Memory: 0 Bytes / 0 Bytes\r\n Shell: 1.0 - /bin/jsh\r\n Binaries:\r\n Node: 16.20.0 - /usr/local/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 9.4.2 - /usr/local/bin/npm\r\n pnpm: 8.6.10 - /usr/local/bin/pnpm\r\n npmPackages:\r\n @tresjs/nuxt: ^1.1.7 => 1.1.7 \r\n @tresjs/post-processing: ^0.4.0 => 0.4.0 \r\n```\r\n\r\n**Additional context**\r\nAdd any other context about the problem here.\r\n",[2945],{"name":2906,"color":2907},"post-processing","Postprocessing breaks on Nuxt","2023-10-28T09:31:05Z","https://github.com/Tresjs/post-processing/issues/58",{"description":2951,"labels":2952,"number":2956,"owner":2868,"repository":2897,"state":2911,"title":2957,"updated_at":2958,"url":2959,"score":2960},"### Describe the bug\r\n\r\n`useLogger().logError` will accept 1 or 2 arguments, but if only 1 is provided, it will log the first argument, then `\u003Cempty string>` to the console.\r\n\r\nI expect that `\u003Cempty string>` not be logged.\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/tresjs-basic-ou9xhy?file=src%2Fcomponents%2FTheExperience.vue\r\n\r\n### Steps to reproduce\r\n\r\nSee StackBlitz.\r\n\r\n### System Info\r\n\r\n```shell\r\nSystem:\r\n OS: Linux 5.0 undefined\r\n CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz\r\n Memory: 0 Bytes / 0 Bytes\r\n Shell: 1.0 - /bin/jsh\r\n Binaries:\r\n Node: 18.18.0 - /usr/local/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 9.4.2 - /usr/local/bin/npm\r\n pnpm: 8.14.0 - /usr/local/bin/pnpm\r\n npmPackages:\r\n @tresjs/cientos: ^3.5.1 => 3.5.1 \r\n @tresjs/core: ^3.4.1 => 3.4.1 \r\n @tresjs/eslint-config-vue: ^0.2.1 => 0.2.1 \r\n vite: ^4.5.0 => 4.5.0\r\n```\r\n\r\n\r\n### Used Package Manager\r\n\r\npnpm\r\n\r\n### Code of Conduct\r\n\r\n- [X] I agree to follow this project's [Code of Conduct](https://github.com/Tresjs/tres/blob/main/CODE_OF_CONDUCT.md)\r\n- [X] Read the [Contributing Guidelines](https://github.com/Tresjs/tres/blob/main/CONTRIBUTING.md).\r\n- [X] Read the [docs](https://tresjs.org/guide).\r\n- [X] Check that there isn't [already an issue](https://github.com/tresjs/tres/issues) that reports the same bug to avoid creating a duplicate.\r\n- [X] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.",[2953],{"name":2954,"color":2955},"p1-chore","BFD4F2",508,"`useLogger().logError(\"single arg\")` logs `\u003Cempty string>`","2024-03-30T22:33:06Z","https://github.com/Tresjs/tres/issues/508",0.71468365,{"description":2962,"labels":2963,"number":2968,"owner":2868,"repository":2897,"state":2911,"title":2969,"updated_at":2970,"url":2971,"score":2972},"**Describe the bug**\r\nCould not resolve \"@vueuse/core\" on installation, since it's a peerDependency set as external, the user would need to add it separately\r\n\r\n**Reproduction**\r\n[Stackblitz](https://stackblitz.com/edit/tresjs-basic?file=README.md)\r\n\r\n\r\n**System Info**\r\nOutput of `npx envinfo --system --npmPackages '{vite,@tresjs/*, three, vue}' --binaries --browsers` \r\n\r\n```\r\n System:\r\n OS: Linux 5.0 undefined\r\n CPU: (3) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz\r\n Memory: 0 Bytes / 0 Bytes\r\n Shell: 1.0 - /bin/jsh\r\n Binaries:\r\n Node: 16.14.2 - /usr/local/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 7.17.0 - /usr/local/bin/npm\r\n npmPackages:\r\n @tresjs/core: ^1.6.0 => 1.6.0 \r\n vite: ^4.1.0 => 4.1.1 \r\n```\r\n",[2964,2965],{"name":2906,"color":2907},{"name":2966,"color":2967},"pending-triage","97A4FE",96,"Could not resolve \"@vueuse/core\" on Installation","2023-02-06T18:17:07Z","https://github.com/Tresjs/tres/issues/96",0.7153753,["Reactive",2974],{},["Set"],["ShallowReactive",2977],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fQGkCTfLsLJTWsSkQ8NMW4zrQ7rZ-kRzo5u1MRgTIWO8":-1},"/Tresjs/tres/968"]