Custom event dispatch for custom code execution in Funnels π
A new custom event hydrationDone has been introduced in the preview. This event will be dispatches when the funnel/website preview has completed its hydration so a user can run specific custom code post hydration. πWhy?π πHow did we solve this?π π€©How to use?π€© document.addEventListener( “hydrationDone”, () => { // Add custom javascript here }) Note: […]