\n \u003CIcon\n v-show=\"searching\"\n name=\"i-heroicons-arrow-path-20-solid\"\n class=\"animate-spin\"\n />\u003C/span>\n```\n\nSo, it should show `magnifying-glass` when not searching and `arrow-path` when searching. This does not work. Depending on if the view was loaded during navigation or page load it does not change or there a both. With `v-if` it works fine.\n\nHere is a reproduction with `nuxt-ui`:\nhttps://stackblitz.com/edit/nuxt-ui-7zcwsg?file=app.vue,package.json\n\nAnd here is a reproduction from `nuxt-icon-playground`:\nhttps://stackblitz.com/edit/nuxt-icon-playground-odkjmz?file=app.vue,package.json\n\nIt works with 1.7.6 but not 1.8.0 onwards. Could this be related to #300 ?\n\n---\n```\n❯ npx nuxt info\nWorking directory: /home/projects/nuxt-ui \nNuxt project info: \n\n------------------------------\n- Operating System: Linux\n- Node Version: v18.20.3\n- Nuxt Version: 3.14.159\n- CLI Version: 3.15.0\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@8.15.6\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@2.19.2\n- Build Modules: -\n------------------------------\n```\n",[],301,"icon","Issue with v-show on icons in 1.8.1 or 1.8.0","2024-11-20T15:03:29Z","https://github.com/nuxt/icon/issues/301",0.7142149,{"labels":2029,"number":2032,"owner":1990,"repository":1990,"state":1991,"title":2033,"updated_at":2034,"url":2035,"score":2036},[2030,2031],{"name":1987,"color":1988},{"name":2012,"color":2013},6439,"chunkhash / contenthash not work,每次build生成的hash都不一样","2023-01-22T15:34:46Z","https://github.com/nuxt/nuxt/issues/6439",0.7152126,{"description":2038,"labels":2039,"number":2042,"owner":1990,"repository":1990,"state":1991,"title":2043,"updated_at":2044,"url":2045,"score":2046},"\u003C!-- 💚 Thanks for your time to make Nuxt better with your feedbacks 💚\r\n\r\n**IMPORTANT** Before reporting a bug:\r\n\r\n- Please make sure that you have read through Nuxt documentation: https://nuxtjs.org\r\n- If issue is related to a module please create the issue in corresponding repository\r\n- Ensure using latest version of nuxt dependencies using `yarn upgrade nuxt` or `npm upgrade nuxt`\r\n\r\n👍 A properly detailed bug report can save a LOT of time and help fixing issues as soon as possible.\r\n-->\r\n\r\n### Versions\r\n\r\n- nuxt: 2.14.7 ~ 2.15.6\r\n- node: 14.15.5\r\n\r\n### Reproduction\r\n\r\n\u003C!--\r\nLink to a minimal test case based on one of:\r\n- A fork of https://template.nuxtjs.org\r\n- A GitHub repository that can reproduce the bug\r\nWithout a reproduction, it is so hard to address problem :(\r\n-->\r\nRepo: https://github.com/Fnxxxxo/nuxt-sentry-webpack-plugin-issue\r\nSteps:\r\n1. `yarn install`\r\n2. Add your sentry project configurations in config.env\r\n3. `yarn generate`\r\n\r\n\u003Cdetails open>\r\n\u003Csummary>Additional Details\u003C/summary>\r\n\u003Cbr>\r\n\u003Cpre markdown=\"1\">\r\nimport SentryCliPlugin from '@sentry/webpack-plugin'\r\n\r\nexport default {\r\n // Disable server-side rendering: https://go.nuxtjs.dev/ssr-mode\r\n ssr: false,\r\n\r\n // Target: https://go.nuxtjs.dev/config-target\r\n target: 'static',\r\n\r\n srcDir: 'src',\r\n\r\n // Global page headers: https://go.nuxtjs.dev/config-head\r\n head: {\r\n title: 'demo',\r\n htmlAttrs: {\r\n lang: 'en'\r\n },\r\n meta: [\r\n { charset: 'utf-8' },\r\n { name: 'viewport', content: 'width=device-width, initial-scale=1' },\r\n { hid: 'description', name: 'description', content: '' }\r\n ],\r\n link: [\r\n { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }\r\n ]\r\n },\r\n\r\n // Build Configuration: https://go.nuxtjs.dev/config-build\r\n build: {\r\n extend(config, context) {\r\n if (config.resolve) {\r\n config.resolve.symlinks = false\r\n }\r\n if (!context.isDev) {\r\n config.devtool = 'source-map'\r\n }\r\n if (config.plugins) {\r\n config.plugins.push(new SentryCliPlugin({\r\n url: `http://${process.env.SENTRY_BASE}`,\r\n authToken: process.env.SENTRY_AUTH_KEY,\r\n include: 'dist',\r\n ignoreFile: '.gitignore',\r\n ignore: ['node_modules', 'webpack.config.js'],\r\n configFile: 'sentry.properties',\r\n org: 'sentry',\r\n project: process.env.SENTRY_PROJECT,\r\n debug: true\r\n }))\r\n }\r\n return config\r\n }\r\n }\r\n}\r\n\u003C/pre>\r\n\u003C/details>\r\n\r\n### Steps to reproduce\r\n\u003Cp>When the fisrt execution, Nuxt complains \u003Ccode>error: dist: IO error for operation on dist\u003C/code> but with dist directory generated and sentry-webpack-plugin fails to publish.\u003C/p>\r\n\u003Cp>If I delete \u003Ccode>node_modules/.cache\u003C/code> and generate agian. The process run successful but use the previous generated \u003Ccode>dist\u003C/code> and map files.\u003C/p>\r\n\u003Cp>If I delete both \u003Ccode>.cache\u003C/code> and \u003Ccode>dist\u003C/code>, I can reproduce the error.\u003C/p>\r\n\r\n### What is Expected?\r\nGenerate `dist` then run sentry-webpack-plugin to publish it.\r\n\r\n### What is actually happening?\r\nRun sentry-webpack-plugin first and publish old `dist`",[2040,2041],{"name":1987,"color":1988},{"name":2012,"color":2013},9349,"Nuxt generate run sentry-webpack-plugin with incorrect order","2023-01-22T15:44:58Z","https://github.com/nuxt/nuxt/issues/9349",0.71528554,{"labels":2048,"number":2051,"owner":1990,"repository":1990,"state":1991,"title":2052,"updated_at":2034,"url":2053,"score":2054},[2049,2050],{"name":1987,"color":1988},{"name":2012,"color":2013},6714,"srcDir instruction in production bundle's uses wrong static directory","https://github.com/nuxt/nuxt/issues/6714",0.716206,{"labels":2056,"number":2064,"owner":1990,"repository":1990,"state":1991,"title":2065,"updated_at":2066,"url":2067,"score":2068},[2057,2058,2061],{"name":1984,"color":1985},{"name":2059,"color":2060},"upstream","E8A36D",{"name":2062,"color":2063},"upstream-bug","B60205",11986,"Webpack: SCSS Styles doesn't preload in dev","2023-01-19T16:13:27Z","https://github.com/nuxt/nuxt/issues/11986",0.71769255,{"labels":2070,"number":2071,"owner":1990,"repository":1990,"state":1991,"title":2065,"updated_at":2072,"url":2073,"score":2074},[],12023,"2023-01-19T15:58:31Z","https://github.com/nuxt/nuxt/issues/12023",0.7183567,{"labels":2076,"number":2077,"owner":1990,"repository":1990,"state":1991,"title":2065,"updated_at":2078,"url":2079,"score":2074},[],12118,"2023-01-19T15:59:14Z","https://github.com/nuxt/nuxt/issues/12118",["Reactive",2081],{},["Set"],["ShallowReactive",2084],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"siowaZR777lYVu7xhfUokQIWlplAjqenCNorZos6Ypg":-1},"/nuxt/nuxt.com/858"]