\n \u003C/UTooltip>\n```\nThe popup with 'title' is never displayed\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3078,3079,3080],{"name":3038,"color":3039},{"name":3024,"color":3025},{"name":3081,"color":3082},"triage","ffffff",3699,"tooltip with avatar without src do not work","2025-03-28T09:27:27Z","https://github.com/nuxt/ui/issues/3699",0.7513911,{"description":3089,"labels":3090,"number":3091,"owner":3027,"repository":3047,"state":3058,"title":3092,"updated_at":3093,"url":3094,"score":3095},"Hi 👋 \r\nI am attempting to use `@nuxt/test-utils` on a fresh nuxt-project.\r\nHowever, the setup function throws with the following message: \r\n`No 'pages' directory found in \u003CPATH-TO-MY-PROJECT>/test/fixture. Did you mean to run 'nuxt' in the parent ('../') directory?`\r\n\r\nI have tried to pass `configFile` and `rootDir` with path values relative to the test file. \r\nIs this a bug or am I doing something wrong? \r\n\r\nAll help is greatly appreciated 😄 \r\n \r\nHere is the relevant code: \r\n```ts\r\n// \u003CPATH-TO-MY-PROJECT>/test/pages/index.test.ts\r\nimport { setupTest } from '@nuxt/test-utils'\r\n\r\ndescribe(\"The index page\", () => {\r\n\r\n setupTest({ server: true /*, configFile: \"../../nuxt.config.js\", rootDir: \"../../\" */});\r\n});\r\n```\r\n```ts\r\n// \u003CPATH-TO-MY-PROJECT>/jest.config.ts\r\n// jest.config.ts\r\nimport type { Config } from '@jest/types';\r\n\r\n// Sync object\r\nconst config: Config.InitialOptions = {\r\n verbose: true,\r\n preset: \"@nuxt/test-utils\",\r\n};\r\nexport default config;\r\n```",[],477,"Setup throws \"no 'pages' directory found\"","2023-12-02T00:13:13Z","https://github.com/nuxt/test-utils/issues/477",0.7583867,{"description":3097,"labels":3098,"number":3100,"owner":3027,"repository":3028,"state":3058,"title":3101,"updated_at":3102,"url":3103,"score":3104},"### For what version of Nuxt UI are you asking this question?\n\nv2.x\n\n### Description\n\nHello, first of all thank you for your fairly complete UI modules! \n\nI'm trying to do multi-line with the slot option of your UTooltip component, unfortunately it only displays the first line. \n\nIs it possible to do this ? Do you have a use case to show me please ?\n\nThank you in advance !",[3099],{"name":3021,"color":3022},2530,"Multi-line of UTooltip Component","2024-11-06T16:43:15Z","https://github.com/nuxt/ui/issues/2530",0.75927615,{"description":3106,"labels":3107,"number":3111,"owner":3027,"repository":3028,"state":3058,"title":3112,"updated_at":3113,"url":3114,"score":3115},"### Description\n\nThere is currently no easy way to know what state the modal is in. Adding a `toggle` method would make life very much easier.\n\nI'm willing to make a PR\n\n### Additional context\n\n_No response_",[3108,3109,3110],{"name":3067,"color":3068},{"name":3024,"color":3025},{"name":3081,"color":3082},3720,"feat: add toogle for useOverlay","2025-04-09T15:26:14Z","https://github.com/nuxt/ui/issues/3720",0.7666343,{"description":3117,"labels":3118,"number":3119,"owner":3027,"repository":3047,"state":3058,"title":3120,"updated_at":3121,"url":3122,"score":3123},"When updating from 3.0.0.rc9 to 3.3.1 I see this error:\r\n\r\n```\r\n ERROR TypeError: filters.some is not a function 16:18:54\r\n\r\n ❯ node_modules/vitest/dist/chunk-vite-node-externalize.6956d2d9.mjs:10719:51 16:18:54\r\n ❯ Vitest.globTestFiles node_modules/vitest/dist/chunk-vite-node-externalize.6956d2d9.mjs:10719:29 16:18:54\r\n ❯ process.processTicksAndRejections node:internal/process/task_queues:95:5 16:18:54\r\n ❯ Vitest.start node_modules/vitest/dist/chunk-vite-node-externalize.6956d2d9.mjs:10472:50 16:18:54\r\n ❯ startVitest node_modules/vitest/dist/chunk-vite-node-externalize.6956d2d9.mjs:11204:5 16:18:54\r\n ❯ runTests node_modules/@nuxt/test-utils/dist/index.mjs:311:21 16:18:54\r\n ❯ Object.invoke node_modules/nuxi/dist/chunks/test.mjs:14:5 16:18:54\r\n ❯ _main node_modules/nuxi/dist/cli.mjs:49:20 \r\n```",[],418,"TypeError: filters.some is not a function ","2023-12-02T00:13:09Z","https://github.com/nuxt/test-utils/issues/418",0.7668783,{"description":3125,"labels":3126,"number":3130,"owner":3027,"repository":3028,"state":3058,"title":3131,"updated_at":3132,"url":3133,"score":3134},"### Environment\n\n- Operating System: `Darwin`\n- Node Version: `v22.14.0`\n- Nuxt Version: `-`\n- CLI Version: `3.23.1`\n- Nitro Version: `-`\n- Package Manager: `bun@1.2.6`\n- Builder: `-`\n- User Config: `-`\n- Runtime Modules: `-`\n- Build Modules: `-`\n\n### Is this bug related to Nuxt or Vue?\n\nVue\n\n### Version\n\nv3.0.1\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/nostalgic-nash-3nysxx\n\n### Description\n\nWhen the form is successfully submitted the `dirty` state of the Form component never gets cleared.\n\nI would expect it to be cleared (for example by calling `dirtyFields.clear()`) when the `onSubmit` handler was called successfully and therefore the changes were persisted.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3127,3128,3129],{"name":3038,"color":3039},{"name":3024,"color":3025},{"name":3081,"color":3082},3680,"Dirty state of the Form component never gets cleared","2025-03-26T12:48:30Z","https://github.com/nuxt/ui/issues/3680",0.7681006,["Reactive",3136],{},["Set"],["ShallowReactive",3139],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fZ6TVh5SgalIHk57zu6Vmi5Q6iGexkm0Ivh8OWbVVXT8":-1},"/nuxt/ui/3703"]