\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```",[3199,3200,3201],{"name":3152,"color":3153},{"name":3175,"color":3176},{"name":3202,"color":3203},"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":3210,"labels":3211,"number":3212,"owner":3161,"repository":3162,"state":3179,"title":3213,"updated_at":3214,"url":3215,"score":3216},"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":3218,"labels":3219,"number":3221,"owner":3161,"repository":3178,"state":3179,"title":3222,"updated_at":3223,"url":3224,"score":3225},"### 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 !",[3220],{"name":3172,"color":3173},2530,"Multi-line of UTooltip Component","2024-11-06T16:43:15Z","https://github.com/nuxt/ui/issues/2530",0.75927615,{"description":3227,"labels":3228,"number":3232,"owner":3161,"repository":3178,"state":3179,"title":3233,"updated_at":3234,"url":3235,"score":3236},"### 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_",[3229,3230,3231],{"name":3188,"color":3189},{"name":3175,"color":3176},{"name":3202,"color":3203},3720,"feat: add toogle for useOverlay","2025-04-09T15:26:14Z","https://github.com/nuxt/ui/issues/3720",0.7666343,{"description":3238,"labels":3239,"number":3240,"owner":3161,"repository":3162,"state":3179,"title":3241,"updated_at":3242,"url":3243,"score":3244},"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":3246,"labels":3247,"number":3251,"owner":3161,"repository":3178,"state":3179,"title":3252,"updated_at":3253,"url":3254,"score":3255},"### 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```",[3248,3249,3250],{"name":3152,"color":3153},{"name":3175,"color":3176},{"name":3202,"color":3203},3680,"Dirty state of the Form component never gets cleared","2025-03-26T12:48:30Z","https://github.com/nuxt/ui/issues/3680",0.7681006,{"description":3257,"labels":3258,"number":3262,"owner":3161,"repository":3178,"state":3179,"title":3263,"updated_at":3264,"url":3265,"score":3266},"### Description\n\nHi guys, would be great having an alert dialog:\nhttps://www.radix-vue.com/components/alert-dialog.html\n\n### Additional context\n\n",[3259,3260,3261],{"name":3188,"color":3189},{"name":3175,"color":3176},{"name":3202,"color":3203},3265,"Alert Dialog - feature request","2025-04-08T20:31:16Z","https://github.com/nuxt/ui/issues/3265",0.7721352,["Reactive",3268],{},["Set"],["ShallowReactive",3271],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fZ6TVh5SgalIHk57zu6Vmi5Q6iGexkm0Ivh8OWbVVXT8":-1},"/nuxt/ui/3703"]