We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e4121 commit 8b0fc60Copy full SHA for 8b0fc60
src/runtime/registry/x-pixel.ts
@@ -58,7 +58,7 @@ export function useScriptXPixel<T extends XPixelApi>(_options?: XPixelInput) {
58
// @ts-expect-error untyped
59
const s = window.twq = function (...args) {
60
61
- if (e.exe) {
+ if (s.exe) {
62
63
s.exe(s, args)
64
}
0 commit comments