\n\u003C/UDropdownMenu>\n```\n\n### Logs\n\n```shell-script\n\n```",[2930,2931,2934],{"name":2868,"color":2869},{"name":2932,"color":2933},"needs reproduction","CB47CF",{"name":2898,"color":2899},3546,"`UAvatar` doesn't trigger `UDropdownMenu`","2025-03-28T17:43:01Z","https://github.com/nuxt/ui/issues/3546",0.7073143,{"description":2941,"labels":2942,"number":2944,"owner":2877,"repository":2915,"state":2916,"title":2945,"updated_at":2946,"url":2947,"score":2948},"",[2943],{"name":2868,"color":2913},670,"[Project] Branches and files modals should close on `esc` like other modals","2023-02-15T12:32:43Z","https://github.com/nuxt/nuxt.com/issues/670",0.7125117,{"description":2950,"labels":2951,"number":2956,"owner":2877,"repository":2877,"state":2916,"title":2957,"updated_at":2958,"url":2959,"score":2960},"### Environment\r\n\r\n- Operating System: `Darwin`\r\n- Node Version: `v16.3.0`\r\n- Nuxt Version: `3-3.0.0-27234209.7bf2412`\r\n- Package Manager: `Yarn`\r\n- Bundler: `Webpack`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n\r\n### Describe the bug and expected behavior\r\n\r\nCalling `useState()` produces `ReferenceError: toRef is not defined`.\r\n\r\n### Steps to reproduce\r\n\r\n`pages/state.vue`\r\n```vue\r\n\u003Cscript setup lang=\"ts\">\r\nconst state = useState('state', () => true)\r\nconst toggle = () => state.value = !state.value\r\n\u003C/script>\r\n\r\n\u003Ctemplate>\r\n \u003Cdiv>\r\n State: {{ state }}\r\n \u003Cbutton @click=\"toggle\">Toggle\u003C/button>\r\n \u003C/div>\r\n\u003C/template>\r\n```\r\n\r\n### Additional context\r\n\r\nLooks like the same problem `useAsyncData()` had.\r\n",[2952,2955],{"name":2953,"color":2954},"3.x","29bc7f",{"name":2868,"color":2869},11866,"`ReferenceError: toRef is not defined` on useState()","2023-01-19T15:48:16Z","https://github.com/nuxt/nuxt/issues/11866",0.7177023,{"description":2962,"labels":2963,"number":2970,"owner":2877,"repository":2915,"state":2916,"title":2971,"updated_at":2972,"url":2973,"score":2974},"_Following the meeting in Paris with @danielroe and @Atinux, we need a better communication for our community members to have a better understanding of our organisation._\n\nAdd a FAQ page to explain the scope of Nuxt Open Source Community and NuxtLabs.\nExample: [Vue FAQ](https://vuejs.org/about/faq.html)\n",[2964,2967],{"name":2965,"color":2966},"marketing","f5c828",{"name":2968,"color":2969},"dev","018415",1336,"FAQ Page","2023-10-10T14:44:50Z","https://github.com/nuxt/nuxt.com/issues/1336",0.71896416,{"description":2976,"labels":2977,"number":2980,"owner":2877,"repository":2877,"state":2916,"title":2981,"updated_at":2982,"url":2983,"score":2984},"### Environment\r\n\r\nStackblitz\r\n\r\n### Reproduction\r\n\r\n1. Open [Vue Playground Link](https://play.vuejs.org/#eNp9U1tP2zAU/itHfmk6lRQoT12pxrY+MImLBtsLRlOanBSDY2eOXYqq/PcdO2nacakURcc+1+87n9fsrCzjpUM2ZpMqNaK0UKF15ZQrUZTaWFiDwXwAz4lNH2Z5jqmFGnKjC+hRXq+Lu3j5pslSqGzrjoc7d74JBXOValVZsFjZM2Pg1FeP7tYgsjEcQT2gft483pqjrXkC9X2fq51ZoqgPp1PwRbXEWOpF1JaOl4l0OIDe1a/bm/Pvs16fMifDBiTBo4PFopSJRToBTHYBLA8KnaEc+1oHiTGnnLVlOYMhxU+GXTIbsFc4X5MJMlELX6LibJfYjzj9zJV9KRFuqeXV/JFIauArV8zRQP2WxAxzofDCzzxps+7up1Gvjeh5Ag3+dcIg1bHGIdREB1e5U6kVWoErMwJDscnLTGJBSCKhMlxtug5AqFyP4ToxViRdl2kf1p69/0i/C5n3fm7vA4jj+L2AQef1tcOJsNG3AZjh3C1++wyq1Wz6nTmPN/K4SOxDnEutTRRMk6hMF5T36ejwsN8ifiueMOQ+BZ1fNgKivdT+t09FmVgGg8y5s5aY/ZJKkT7R+rdoggx8DMANktrCXZM0bLJa/3rdLbkmXry/abCjP65IgbYiALlYxI+VVqS/gImzlGQpJJqr0i+Z5DferISzREr9/CPceUG0y6CcB0yf3rl/rFb+jrNrgxWaJaHofDYxC7SNe3ZziSuyOyc9JScpeo/zJxL5zs/YhH11KqOxd+LCtOfh5Qi1uK1mK4uq2oDygwb5hHjO6BX5F/kR9O24o3i0kR2x+GeJxtckAkfxSTwasfof0HG4/Q==)\r\n2. Click on \"Set value\"\r\n3. Check the console and see that watchEffect was triggered (\"outside\" and \"inside\")\r\n\r\nNow with Nuxt 🙈 \r\n\r\n1. Open the [Stackblitz](https://stackblitz.com/edit/nuxt-issues-28240)\r\n2. Click on \"Set Value\"\r\n3. Check the console -> watchEffect **was not triggered**, neither \"outside\" nor \"inside\"\r\n\r\n### Describe the bug\r\n\r\nI am not sure why the behavior is different than in plain Vue but somehow, even with `ssr: false`, the update event of `defineModel` is never fired when using an array ref as value and modifying an element of the array.\r\n\r\n### Additional context\r\n\r\nusing `watch` + `deep` (in either inside or outside) will trigger properly.\r\n\r\n### Logs\r\n\r\n_No response_",[2978],{"name":2874,"color":2979},"E99695",28240,"defineModel behavior for `ref` arrays differs from plain Vue","2024-07-22T08:30:11Z","https://github.com/nuxt/nuxt/issues/28240",0.72054386,["Reactive",2986],{},["Set"],["ShallowReactive",2989],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fS4WN9eVHCY_K5Yfh3nHLXrRrHxtT-Tb9VzfcCpCagV4":-1},"/nuxt/test-utils/885"]