` \r\n\r\nAll these values should be available on `renderer.value` in the TresContext, wonder if it's usable or if we will need to approach it differently.\r\n",[2921,2924,2925],{"name":2922,"color":2923},"enhancement","a2eeef",{"name":2891,"color":2892},{"name":2894,"color":2926},"15D7B5","leches","Add performance module","2023-12-13T10:02:07Z","https://github.com/Tresjs/leches/issues/76",{"description":2932,"labels":2933,"number":2912,"owner":2857,"repository":2858,"state":2904,"title":2934,"updated_at":2935,"url":2936,"score":2917},"### Describe the bug\n\n1. I initialized a new project using `nuxi init`.\r\n2. I installed the plugin using `yarn add @tresjs/nuxt`\r\n3. In `nuxt.config.ts` I added: `modules: ['@tresjs/nuxt'],`\r\n4. When I run `nuxt prepare`, I receive the following error message:\r\n```\r\n ERROR Nuxt module should be a function: @tresjs/nuxt\r\n\r\n at loadNuxtModuleInstance (./node_modules/@nuxt/kit/dist/index.mjs:2498:11)\r\n at async installModule (./node_modules/@nuxt/kit/dist/index.mjs:2437:47)\r\n at async initNuxt (./node_modules/nuxt/dist/index.mjs:3822:7)\r\n at async loadNuxt (./node_modules/nuxt/dist/index.mjs:3920:5)\r\n at async loadNuxt (./node_modules/@nuxt/kit/dist/index.mjs:2600:19)\r\n at async Object.run (./node_modules/nuxi/dist/chunks/prepare.mjs:56:18)\r\n at async runCommand$1 (./node_modules/nuxi/dist/shared/nuxi.4fde776c.mjs:1648:16)\r\n at async runCommand$1 (./node_modules/nuxi/dist/shared/nuxi.4fde776c.mjs:1639:11)\r\n at async runMain$1 (./node_modules/nuxi/dist/shared/nuxi.4fde776c.mjs:1773:7)\r\n```\n\n### Reproduction\n\nhttps://github.com/austinrscott/tresjs-nuxt-issue-reproduction\n\n### Steps to reproduce\n\n```\r\ngit clone https://github.com/austinrscott/tresjs-nuxt-issue-reproduction\r\ncd ./tresjs-nuxt-issue-reproduction/\r\nyarn install\r\n```\r\nThe installation step will trigger `nuxt prepare` as a post-installation hook, which will produce the error message.\n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 11 10.0.22621\r\n CPU: (16) x64 11th Gen Intel(R) Core(TM) i9-11900KF @ 3.50GHz\r\n Memory: 40.05 GB / 63.89 GB\r\n Binaries:\r\n Node: 18.17.0 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.19 - C:\\Program Files\\nodejs\\yarn.CMD\r\n npm: 9.6.7 - C:\\Program Files\\nodejs\\npm.CMD\r\n pnpm: 8.12.1 - C:\\Program Files\\nodejs\\pnpm.CMD\r\n Browsers:\r\n Edge: Chromium (120.0.2210.91)\r\n Internet Explorer: 11.0.22621.1\n```\n\n\n### Used Package Manager\n\nyarn\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.",[],"Nuxt fails to start - \"Nuxt module should be a function: @tresjs/nuxt\"","2024-01-26T15:04:08Z","https://github.com/Tresjs/nuxt/issues/76",{"description":2938,"labels":2939,"number":2940,"owner":2857,"repository":2913,"state":2904,"title":2941,"updated_at":2942,"url":2943,"score":2944},"## Problem\r\n\r\nA linter rule added in #388 erases valid Markdown. \r\n\r\n### Italics\r\n\r\nThis is an [italicized word in valid Markdown](https://www.markdownguide.org/basic-syntax/#italic) in a JSDoc. \r\n\r\n\r\n```\r\n/**\r\n * *italic*\r\n **/\r\n```\r\n\r\n\u003Cimg width=\"150\" alt=\"Screenshot 2024-05-02 at 23 01 10\" src=\"https://github.com/Tresjs/cientos/assets/20469369/64a46a9a-1793-4a2d-aa4e-8f324d4d5388\">\r\n\r\nLinted:\r\n\r\n```\r\n/**\r\n * italic*\r\n **/\r\n```\r\n\r\n\u003Cimg width=\"148\" alt=\"Screenshot 2024-05-02 at 23 02 12\" src=\"https://github.com/Tresjs/cientos/assets/20469369/44f66638-083c-4bc3-b16d-e1bd8b0f7456\">\r\n\r\n### Bulleted lists\r\n\r\nThis is a [bulleted list in valid Markdown](https://www.markdownguide.org/basic-syntax/#unordered-lists) in a JSDoc.\r\n\r\n```\r\n/**\r\n * * list item 1\r\n * * list item 2\r\n * * list item 3\r\n **/\r\n```\r\n\r\n\u003Cimg width=\"119\" alt=\"Screenshot 2024-05-02 at 23 03 16\" src=\"https://github.com/Tresjs/cientos/assets/20469369/cf257066-50f7-4d26-96ab-ab91cfa3a9f4\">\r\n\r\nLinted:\r\n\r\n```\r\n/**\r\n * list item 1\r\n * list item 2\r\n * list item 3\r\n **/\r\n```\r\n\r\n\u003Cimg width=\"188\" alt=\"Screenshot 2024-05-02 at 23 03 50\" src=\"https://github.com/Tresjs/cientos/assets/20469369/55ceb768-3c85-43c5-b737-4ad173d3011a\">\r\n\r\n## Solution\r\n\r\n* [Change this setting](https://github.com/gajus/eslint-plugin-jsdoc/blob/e343ab5b1efaa59b07c600138aee070b4083857e/docs/rules/no-multi-asterisks.md?plain=1#L254): `\"jsdoc/no-multi-asterisks\": [\"error\"|\"warn\", {\"allowWhitespace\":true}]` \r\n* Revert the incorrectly linted changes.\r\n\r\n## See also\r\n\r\n* https://github.com/gajus/eslint-plugin-jsdoc/issues/773\r\n* https://github.com/gajus/eslint-plugin-jsdoc/issues/803\r\n\r\n## Steps to reproduce\r\n\r\n* Add this to a Cientos component:\r\n\r\n```\r\n/**\r\n * * list item 1\r\n * * list item 2\r\n * * list item 3\r\n **/\r\ninterface List {}\r\n```\r\n\r\n* Save\r\n* Run `pnpm run lint --fix`\r\n* The result will be:\r\n\r\n```\r\n/**\r\n * list item 1\r\n * list item 2\r\n * list item 3\r\n **/\r\ninterface List {}\r\n```\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/cientos/blob/main/CODE_OF_CONDUCT.md)\r\n- [X] Read the [Contributing Guidelines](https://github.com/Tresjs/cientos/blob/main/CONTRIBUTING.md).\r\n- [X] Read the [docs](https://cientos.tresjs.org/guide).\r\n- [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.\r\n- [X] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.",[],398,"New linter rules erase some JSDoc formatting","2024-09-04T13:41:19Z","https://github.com/Tresjs/cientos/issues/398",0.6966455,{"description":2946,"labels":2947,"number":2951,"owner":2857,"repository":2868,"state":2904,"title":2952,"updated_at":2953,"url":2954,"score":2955},"### Description\n\nAs a dev, I would love to see a landing page for https://tresjs.org/ inspired by https://threlte.xyz/\r\n\r\n\n\n### Suggested solution\n\n- [x] Scrollytelling (using tresjs/cientos#118)\r\n- [x] Post-processing Depth of Field (tresjs/post-processing#56)\r\n\r\n\n\n### Alternative\n\n_No response_\n\n### Additional context\n\n_No response_\n\n### Validations\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.",[2948],{"name":2949,"color":2950},"docs","0075ca",414,"New landing page","2023-11-27T18:31:11Z","https://github.com/Tresjs/tres/issues/414",0.7033008,{"description":2957,"labels":2958,"number":2962,"owner":2857,"repository":2913,"state":2904,"title":2963,"updated_at":2964,"url":2965,"score":2966},"### Describe the bug\n\n\r\n\r\nAt some point, the helper throws error, seems related to this line in the component.\r\n\r\n\r\n\n\n### Reproduction\n\nhttps://github.com/Tresjs/cientos/blob/main/src/core/staging/ContactShadows.vue\n\n### Steps to reproduce\n\nRun the cientos playground.\r\n\r\nGo to the contactShadow component\n\n### System Info\n\n_No response_\n\n### Used Package Manager\n\nnpm\n\n### Code of Conduct\n\n- [X] I agree to follow this project's [Code of Conduct](https://github.com/Tresjs/cientos/blob/main/CODE_OF_CONDUCT.md)\n- [X] Read the [Contributing Guidelines](https://github.com/Tresjs/cientos/blob/main/CONTRIBUTING.md).\n- [X] Read the [docs](https://cientos.tresjs.org/guide).\n- [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.\n- [X] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.",[2959],{"name":2960,"color":2961},"p3-minor-bug","F28C37",401,"Contact Shadow helper throws errors","2024-05-03T13:35:42Z","https://github.com/Tresjs/cientos/issues/401",0.70475864,["Reactive",2968],{},["Set"],["ShallowReactive",2971],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$ft3WPUTTcX9emsJxaMXZMF03WmXnPM0r0grMwQ48fmiY":-1},"/Tresjs/tres/449"]