From cb4eaaab6d5477c2ef54b43624820c526f57e725 Mon Sep 17 00:00:00 2001 From: HYEON GYU KIM <34272561+gusrb3164@users.noreply.github.com> Date: Tue, 3 May 2022 02:31:45 +0900 Subject: [PATCH] add Script key for cache (#36627) Script component manages the cache as src or id. But in this example, id is missed. ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `yarn lint` --- examples/with-google-tag-manager/pages/_app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/with-google-tag-manager/pages/_app.js b/examples/with-google-tag-manager/pages/_app.js index 3d030fe21ee8..5481c3d3c97a 100644 --- a/examples/with-google-tag-manager/pages/_app.js +++ b/examples/with-google-tag-manager/pages/_app.js @@ -16,6 +16,7 @@ function MyApp({ Component, pageProps }) { <> {/* Google Tag Manager - Global base code */}