\n\n const googleMapsApiKey = process.env.NUXT_GOOGLE_MAPS_API_KEY;\n\n\nbut this doesnt work? When i use my api key directly in the file it works. But putting it in the .env i wont load the map? I thought placing your api key is not secure? Already asked chatgpt but no solution. \n\n\n\n### 🔍 What have you tried?\n\nI looked at the docs. Nothing about it. I tried chatgpt and different solutions nothing works. \n\n### ℹ️ Additional context\n\n_No response_",[1984],{"name":1985,"color":1986},"documentation","0075ca",313,"nuxt","scripts","open","Using the googlemaps api key?","2024-11-11T03:54:14Z","https://github.com/nuxt/scripts/issues/313",0.44676113,{"description":1996,"labels":1997,"number":2007,"owner":1988,"repository":2008,"state":1990,"title":2009,"updated_at":2010,"url":2011,"score":2012},"### Description\n\ncommand-palette only have leading icon, it would be nice to have Trailing Icon for similar to select-menu like this https://ui.nuxt.com/components/select-menu#trailing-icon\n\n### Additional context\n\n_No response_",[1998,2001,2004],{"name":1999,"color":2000},"enhancement","a2eeef",{"name":2002,"color":2003},"v3","49DCB8",{"name":2005,"color":2006},"triage","ffffff",3880,"ui","Trailing Icon for command-palette like select-menu","2025-04-13T19:57:33Z","https://github.com/nuxt/ui/issues/3880",0.7684607,{"description":2014,"labels":2015,"number":2018,"owner":1988,"repository":2019,"state":2020,"title":2021,"updated_at":2022,"url":2023,"score":2024},"",[2016],{"name":1999,"color":2017},"1ad6ff",312,"nuxt.com","closed","Refactor case studies index with markdown only","2023-02-15T12:30:44Z","https://github.com/nuxt/nuxt.com/issues/312",0.5930298,{"description":2026,"labels":2027,"number":2018,"owner":1988,"repository":1989,"state":2020,"title":2031,"updated_at":2032,"url":2033,"score":2024},"### 🐛 The bug\n\n\n\n\n### 🛠️ To reproduce\n\n-\n\n### 🌈 Expected behavior\n\n-\n\n### ℹ️ Additional context\n\n_No response_",[2028],{"name":2029,"color":2030},"bug","d73a4a","Type Checking Bug","2024-12-08T02:19:17Z","https://github.com/nuxt/scripts/issues/312",{"description":2014,"labels":2035,"number":2037,"owner":1988,"repository":2019,"state":2020,"title":2038,"updated_at":2039,"url":2040,"score":2041},[2036],{"name":1999,"color":2017},545,"[Resources] Blog extract slug page to a component `ResourcesBlogPostLayout`","2023-02-15T12:32:30Z","https://github.com/nuxt/nuxt.com/issues/545",0.7204348,{"description":2043,"labels":2044,"number":2037,"owner":1988,"repository":2048,"state":2020,"title":2049,"updated_at":2050,"url":2051,"score":2041},"Hey 👋 \r\n\r\nI would love to see `@testing-library/vue` support be added. E.g. a `renderSuspended` utility or something like this, which would use `render` from testing library instead of `mount` from VTU.\r\n\r\nI've tinkered with creating this and it seems to be a case of mostly adding an extra root element to the existing code of `mountSuspended` to make this work.",[2045],{"name":2046,"color":2047},"vitest-environment","b60205","test-utils","Support rendering with Testing Library","2023-12-02T00:17:10Z","https://github.com/nuxt/test-utils/issues/545",{"description":2014,"labels":2053,"number":2055,"owner":1988,"repository":2019,"state":2020,"title":2056,"updated_at":2057,"url":2058,"score":2059},[2054],{"name":1999,"color":2017},387,"`/resources` page should redirect to `/resources/blog`","2022-04-22T11:12:32Z","https://github.com/nuxt/nuxt.com/issues/387",0.73084426,{"description":2061,"labels":2062,"number":2055,"owner":1988,"repository":2048,"state":2020,"title":2063,"updated_at":2064,"url":2065,"score":2059},"in [module testing docs](https://test-utils.nuxtjs.org/api-reference/module-testing) page It only shows the following options:\r\n- `addPlugin`\r\n- `addLayout` \r\n- `addErrorLayout`\r\n- `addServerMiddleware` \r\n- `requireModule`\r\n\r\nBut the `addModule` option is not documented although it can be used!",[],"Module testing page is missing the \"addModule\" option","2023-12-02T00:13:09Z","https://github.com/nuxt/test-utils/issues/387",{"description":2014,"labels":2067,"number":2068,"owner":1988,"repository":2019,"state":2020,"title":2069,"updated_at":2070,"url":2071,"score":2072},[],986,"[Blog] Article layout","2022-12-07T06:16:35Z","https://github.com/nuxt/nuxt.com/issues/986",0.7358531,{"description":2074,"labels":2075,"number":2068,"owner":1988,"repository":2048,"state":2020,"title":2079,"updated_at":2080,"url":2081,"score":2072},"### Environment\n\n------------------------------\n- Operating System: Linux\n- Node Version: v20.10.0\n- Nuxt Version: 3.13.2\n- CLI Version: 3.14.0\n- Nitro Version: -\n- Package Manager: pnpm@8.12.1\n- Builder: -\n- User Config: -\n- Runtime Modules: -\n- Build Modules: -\n------------------------------\n\n### Reproduction\n\nI've written tests for this here: https://github.com/nuxt/test-utils/compare/main...oskarols:test-utils:fix-unusable-props\n\nMy `@nuxt/test-utils` branch: https://github.com/oskarols/test-utils/tree/fix-unusable-props\n\n### Describe the bug\n\nHi! 👋 \n\nWe're trying to upgrade from `3.10.0` and ran into some issues. \n\nUsing `renderSuspended` or `mountSuspended` together with certain prop names will throw an error and fail the test. This is the case for props named `error` and `url` for instance. \n\nThis is the error received:\n```\nTypeError: 'set' on proxy: trap returned falsish for property 'url' 3:04:05 PM\n ❯ Proxy.clonedComponent.render ../../src/runtime-utils/mount.ts:131:48 3:04:05 PM\n129| } 3:04:05 PM\n130| for (const key in props || {}) {\n131| renderContext[key] = _ctx[key]\n | ^\n132| }\n133| for (const key in passedProps || {}) {\n❯ renderComponentRoot ../../node_modules/.pnpm/@vue+runtime-core@3.5.12/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6408:16\n❯ ReactiveEffect.componentUpdateFn [as fn] ../../node_modules/.pnpm/@vue+runtime-core@3.5.12/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5225:46\n❯ ReactiveEffect.run ../../node_modules/.pnpm/@vue+reactivity@3.5.12/node_modules/@vue/reactivity/dist/reactivity.cjs.js:226:19\n❯ setupRenderEffect ../../node_modules/.pnpm/@vue+runtime-core@3.5.12/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5360:5\n❯ ../../node_modules/.pnpm/@vue+runtime-core@3.5.12/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7107:9\n```\n\nI've done some triaging and `renderSuspended` regresses between `v13.13.1` and `v13.14.0`. Likely culprit: #852 \n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2076],{"name":2077,"color":2078},"pending triage","5D08F5","Some prop names break component testing","2024-12-03T21:18:45Z","https://github.com/nuxt/test-utils/issues/986",["Reactive",2083],{},["Set"],["ShallowReactive",2086],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"SuW0sFyTJ6JTRTaXgX6fsn9igXhsEp6u8WvCTIhFXQc":-1},"/nuxt/nuxt.com/313"]