You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by JakeSCahill August 9, 2023
I am using render() in my autocomplete instance to customize the display. I want to be able to send events from this customized template. However, I always get Uncaught Error: Before calling any methods on the analytics, you first need to call the 'init' function with appId and apiKey parameters or provide custom credentials in additional parameters..
Events are working fine outside of the render() function.
Discussed in #1172
Originally posted by JakeSCahill August 9, 2023
I am using
render()
in my autocomplete instance to customize the display. I want to be able to send events from this customized template. However, I always getUncaught Error: Before calling any methods on the analytics, you first need to call the 'init' function with appId and apiKey parameters or provide custom credentials in additional parameters.
.Events are working fine outside of the
render()
function.The text was updated successfully, but these errors were encountered: