\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_",[2870],{"name":2871,"color":2872},"documentation","0075ca",313,"Using the googlemaps api key?","2024-11-11T03:54:14Z","https://github.com/nuxt/scripts/issues/313",0.7318302,{"description":2879,"labels":2880,"number":2884,"owner":2860,"repository":2885,"state":2886,"title":2887,"updated_at":2888,"url":2889,"score":2890},"### 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_",[2881],{"name":2882,"color":2883},"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":2892,"labels":2893,"number":104,"owner":2860,"repository":2894,"state":2886,"title":2895,"updated_at":2896,"url":2897,"score":2898},"",[],"nuxt.com","Website pages structure","2022-02-01T17:32:53Z","https://github.com/nuxt/nuxt.com/issues/3",0.6803461,{"description":2892,"labels":2900,"number":2903,"owner":2860,"repository":2894,"state":2886,"title":2904,"updated_at":2905,"url":2906,"score":2907},[2901],{"name":2857,"color":2902},"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":2909,"labels":2910,"number":2903,"owner":2860,"repository":2885,"state":2886,"title":2914,"updated_at":2915,"url":2916,"score":2907},"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.",[2911],{"name":2912,"color":2913},"vitest-environment","b60205","Support rendering with Testing Library","2023-12-02T00:17:10Z","https://github.com/nuxt/test-utils/issues/545",{"description":2892,"labels":2918,"number":2922,"owner":2860,"repository":2894,"state":2886,"title":2923,"updated_at":2924,"url":2925,"score":2926},[2919],{"name":2920,"color":2921},"design","00bd6f",365,"Prose config","2022-05-13T16:14:33Z","https://github.com/nuxt/nuxt.com/issues/365",0.7040108,{"description":2928,"labels":2929,"number":2922,"owner":2860,"repository":2861,"state":2886,"title":2933,"updated_at":2934,"url":2935,"score":2926},"### 📚 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_",[2930],{"name":2931,"color":2932},"help wanted","008672","dataLayer pushes to wrong event","2025-01-27T09:43:45Z","https://github.com/nuxt/scripts/issues/365",{"description":2892,"labels":2937,"number":2939,"owner":2860,"repository":2894,"state":2886,"title":2940,"updated_at":2941,"url":2942,"score":2943},[2938],{"name":2857,"color":2902},111,"Fix beta page with new layout","2022-04-26T12:36:06Z","https://github.com/nuxt/nuxt.com/issues/111",0.7074896,{"description":2945,"labels":2946,"number":2939,"owner":2860,"repository":2861,"state":2886,"title":2947,"updated_at":2948,"url":2949,"score":2943},"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",2951],{},["Set"],["ShallowReactive",2954],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fo6h2fQtM8H72vgjKEVyqV7AZh3otMLyp50Fyj2u6LNg":-1},"/nuxt/nuxt.com/986"]