Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const {
push,
subscribe, // eslint-disable-line no-unused-vars
...props
} = this.props
// Use the push function from the pixel for backward-compatibility
return (
{context => }
)
}
}
return hoistNonReactStatics(Pixel(DataLayer), WrappedComponent)
}