\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_",[2917],{"name":2918,"color":2919},"documentation","0075ca",313,"Using the googlemaps api key?","2024-11-11T03:54:14Z","https://github.com/nuxt/scripts/issues/313",0.7318302,{"description":2926,"labels":2927,"number":2931,"owner":2907,"repository":2932,"state":2933,"title":2934,"updated_at":2935,"url":2936,"score":2937},"### 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_",[2928],{"name":2929,"color":2930},"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":2939,"labels":2940,"number":104,"owner":2907,"repository":2941,"state":2933,"title":2942,"updated_at":2943,"url":2944,"score":2945},"",[],"nuxt.com","Website pages structure","2022-02-01T17:32:53Z","https://github.com/nuxt/nuxt.com/issues/3",0.6803461,{"description":2939,"labels":2947,"number":2950,"owner":2907,"repository":2941,"state":2933,"title":2951,"updated_at":2952,"url":2953,"score":2954},[2948],{"name":2904,"color":2949},"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.69267666,{"description":2956,"labels":2957,"number":2950,"owner":2907,"repository":2932,"state":2933,"title":2961,"updated_at":2962,"url":2963,"score":2954},"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.",[2958],{"name":2959,"color":2960},"vitest-environment","b60205","Support rendering with Testing Library","2023-12-02T00:17:10Z","https://github.com/nuxt/test-utils/issues/545",{"description":2939,"labels":2965,"number":2969,"owner":2907,"repository":2941,"state":2933,"title":2970,"updated_at":2971,"url":2972,"score":2973},[2966],{"name":2967,"color":2968},"design","00bd6f",365,"Prose config","2022-05-13T16:14:33Z","https://github.com/nuxt/nuxt.com/issues/365",0.7040108,{"description":2975,"labels":2976,"number":2969,"owner":2907,"repository":2908,"state":2933,"title":2980,"updated_at":2981,"url":2982,"score":2973},"### 📚 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_",[2977],{"name":2978,"color":2979},"help wanted","008672","dataLayer pushes to wrong event","2025-01-27T09:43:45Z","https://github.com/nuxt/scripts/issues/365",{"description":2939,"labels":2984,"number":2986,"owner":2907,"repository":2941,"state":2933,"title":2987,"updated_at":2988,"url":2989,"score":2990},[2985],{"name":2904,"color":2949},111,"Fix beta page with new layout","2022-04-26T12:36:06Z","https://github.com/nuxt/nuxt.com/issues/111",0.7074896,{"description":2992,"labels":2993,"number":2986,"owner":2907,"repository":2908,"state":2933,"title":2994,"updated_at":2995,"url":2996,"score":2990},"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",2998],{},["Set"],["ShallowReactive",3001],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fo6h2fQtM8H72vgjKEVyqV7AZh3otMLyp50Fyj2u6LNg":-1},"/nuxt/nuxt.com/986"]