\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_",[3151],{"name":3152,"color":3153},"documentation","0075ca",313,"Using the googlemaps api key?","2024-11-11T03:54:14Z","https://github.com/nuxt/scripts/issues/313",0.7318302,{"description":3160,"labels":3161,"number":3165,"owner":3141,"repository":3166,"state":3167,"title":3168,"updated_at":3169,"url":3170,"score":3171},"### 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_",[3162],{"name":3163,"color":3164},"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.45329055,{"description":3173,"labels":3174,"number":104,"owner":3141,"repository":3175,"state":3167,"title":3176,"updated_at":3177,"url":3178,"score":3179},"",[],"nuxt.com","Website pages structure","2022-02-01T17:32:53Z","https://github.com/nuxt/nuxt.com/issues/3",0.6803461,{"description":3173,"labels":3181,"number":3184,"owner":3141,"repository":3175,"state":3167,"title":3185,"updated_at":3186,"url":3187,"score":3188},[3182],{"name":3138,"color":3183},"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.6926767,{"description":3190,"labels":3191,"number":3184,"owner":3141,"repository":3166,"state":3167,"title":3195,"updated_at":3196,"url":3197,"score":3188},"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.",[3192],{"name":3193,"color":3194},"vitest-environment","b60205","Support rendering with Testing Library","2023-12-02T00:17:10Z","https://github.com/nuxt/test-utils/issues/545",{"description":3173,"labels":3199,"number":3203,"owner":3141,"repository":3175,"state":3167,"title":3204,"updated_at":3205,"url":3206,"score":3207},[3200],{"name":3201,"color":3202},"design","00bd6f",365,"Prose config","2022-05-13T16:14:33Z","https://github.com/nuxt/nuxt.com/issues/365",0.7040108,{"description":3209,"labels":3210,"number":3203,"owner":3141,"repository":3142,"state":3167,"title":3214,"updated_at":3215,"url":3216,"score":3207},"### 📚 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_",[3211],{"name":3212,"color":3213},"help wanted","008672","dataLayer pushes to wrong event","2025-01-27T09:43:45Z","https://github.com/nuxt/scripts/issues/365",{"description":3173,"labels":3218,"number":3220,"owner":3141,"repository":3175,"state":3167,"title":3221,"updated_at":3222,"url":3223,"score":3224},[3219],{"name":3138,"color":3183},111,"Fix beta page with new layout","2022-04-26T12:36:06Z","https://github.com/nuxt/nuxt.com/issues/111",0.7074896,{"description":3226,"labels":3227,"number":3220,"owner":3141,"repository":3142,"state":3167,"title":3228,"updated_at":3229,"url":3230,"score":3224},"I am getting following Error when running `npx nuxi typecheck` in a fresh project with only @nuxt/scripts installed.\r\n\r\nError only occurs if `typescript.strict` ist set to `false` in `nuxt.config.ts`.\r\n\r\n```\r\nnode_modules/@nuxt/scripts/dist/runtime/components/ScriptGoogleAdsense.vue:31:6 - error TS2322: Type '(any[] & { loaded: boolean; }) | undefined[]' is not assignable to type 'any[] & { loaded: boolean; }'.\r\n Type 'undefined[]' is not assignable to type 'any[] & { loaded: boolean; }'.\r\n Property 'loaded' is missing in type 'undefined[]' but required in type '{ loaded: boolean; }'.\r\n\r\n31 (window.adsbygoogle = window.adsbygoogle || []).push({})\r\n ~~~~~~~~~~~~~~~~~~\r\n\r\n node_modules/@nuxt/scripts/dist/runtime/registry/google-adsense.d.ts:14:9\r\n 14 loaded: boolean;\r\n ~~~~~~\r\n 'loaded' is declared here.\r\n\r\n\r\nFound 1 error in node_modules/@nuxt/scripts/dist/runtime/components/ScriptGoogleAdsense.vue:31\r\n```\r\n\r\nReproduction: https://stackblitz.com/edit/nuxt-starter-8gr3ay",[],"Typecheck fails in fresh project if `typescript.strict = false`","2024-07-06T11:26:40Z","https://github.com/nuxt/scripts/issues/111",["Reactive",3232],{},["Set"],["ShallowReactive",3235],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fo6h2fQtM8H72vgjKEVyqV7AZh3otMLyp50Fyj2u6LNg":-1},"/nuxt/nuxt.com/986"]