\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_",[1998],{"name":1999,"color":2000},"documentation","0075ca",313,"Using the googlemaps api key?","2024-11-11T03:54:14Z","https://github.com/nuxt/scripts/issues/313",0.7290342,{"description":2007,"labels":2008,"number":2012,"owner":1988,"repository":2013,"state":2014,"title":2015,"updated_at":2016,"url":2017,"score":2018},"### 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_",[2009],{"name":2010,"color":2011},"pending triage","5D08F5",986,"test-utils","closed","Some prop names break component testing","2024-12-03T21:18:45Z","https://github.com/nuxt/test-utils/issues/986",0.43600875,{"description":2020,"labels":2021,"number":551,"owner":1988,"repository":2022,"state":2014,"title":2023,"updated_at":2024,"url":2025,"score":2026},"",[],"nuxt.com","Website pages structure","2022-02-01T17:32:53Z","https://github.com/nuxt/nuxt.com/issues/3",0.68579006,{"description":2020,"labels":2028,"number":1987,"owner":1988,"repository":2022,"state":2014,"title":2032,"updated_at":2033,"url":2034,"score":1994},[2029],{"name":2030,"color":2031},"design","00bd6f","Community page integration `/community`","2022-05-03T15:27:12Z","https://github.com/nuxt/nuxt.com/issues/404",{"description":2020,"labels":2036,"number":2039,"owner":1988,"repository":2022,"state":2014,"title":2040,"updated_at":2041,"url":2042,"score":2043},[2037],{"name":1985,"color":2038},"1ad6ff",545,"[Resources] Blog extract slug page to a component `ResourcesBlogPostLayout`","2023-02-15T12:32:30Z","https://github.com/nuxt/nuxt.com/issues/545",0.70312357,{"description":2045,"labels":2046,"number":2039,"owner":1988,"repository":2013,"state":2014,"title":2050,"updated_at":2051,"url":2052,"score":2043},"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.",[2047],{"name":2048,"color":2049},"vitest-environment","b60205","Support rendering with Testing Library","2023-12-02T00:17:10Z","https://github.com/nuxt/test-utils/issues/545",{"description":2020,"labels":2054,"number":2056,"owner":1988,"repository":2022,"state":2014,"title":2057,"updated_at":2058,"url":2059,"score":2060},[2055],{"name":2030,"color":2031},365,"Prose config","2022-05-13T16:14:33Z","https://github.com/nuxt/nuxt.com/issues/365",0.7064909,{"description":2062,"labels":2063,"number":2056,"owner":1988,"repository":1989,"state":2014,"title":2067,"updated_at":2068,"url":2069,"score":2060},"### 📚 What are you trying to do?\n\nHi, \n\nI can confirm that GA en GTM are working. But when I add this code to my page:\n\n```\nconst { dataLayer } = useScriptGoogleTagManager()\ndataLayer.push({ event: 'purchase', transaction_id: 1, value: 100.00, tax: 21.00, shipping: 6.90, currency: 'EUR', items: [] })\n```\n\nI test it with the Google Tag Assistant, and I see that the data is added to the scroll event, and not a \"purchase\" event.\n\nDoes anyone know what I might be doing wrong?\n\n### 🔍 What have you tried?\n\n_No response_\n\n### ℹ️ Additional context\n\n_No response_",[2064],{"name":2065,"color":2066},"help wanted","008672","dataLayer pushes to wrong event","2025-01-27T09:43:45Z","https://github.com/nuxt/scripts/issues/365",{"description":2020,"labels":2071,"number":2073,"owner":1988,"repository":2022,"state":2014,"title":2074,"updated_at":2075,"url":2076,"score":2077},[2072],{"name":1985,"color":2038},111,"Fix beta page with new layout","2022-04-26T12:36:06Z","https://github.com/nuxt/nuxt.com/issues/111",0.70840895,["Reactive",2079],{},["Set"],["ShallowReactive",2082],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"o6h2fQtM8H72vgjKEVyqV7AZh3otMLyp50Fyj2u6LNg":-1},"/nuxt/nuxt.com/986"]