🐛 The bug
There's a bug with the Tiktok Pixel first-party bundling.
useScriptTikTokPixel's derived key is tikTokPixel, but the registry key is tiktokPixel. This uppercase T breaks the lookup and in turn the proxying of the script/calls doesn't work; it falls back to tiktok directly.
🛠️ To reproduce
https://stackblitz.com/edit/github-gzbuzr-k981xdtk?file=app%2Fapp.vue
🌈 Expected behavior
It proxies Tktok Pixel the same way it does other providers (like GA in the linked reproduction)
ℹ️ Additional context
No response
🐛 The bug
There's a bug with the Tiktok Pixel first-party bundling.
useScriptTikTokPixel's derived key istikTokPixel, but the registry key istiktokPixel. This uppercase T breaks the lookup and in turn the proxying of the script/calls doesn't work; it falls back to tiktok directly.🛠️ To reproduce
https://stackblitz.com/edit/github-gzbuzr-k981xdtk?file=app%2Fapp.vue
🌈 Expected behavior
It proxies Tktok Pixel the same way it does other providers (like GA in the linked reproduction)
ℹ️ Additional context
No response