Mark Poole

Results 1 comments of Mark Poole

Thanks for raising this @mariusandra My current method for doing this is: ``` (function wait_for_posthog() { if (window.posthog.__loaded === true) { write_links(); } else { setTimeout(wait_for_posthog, 10); } })(); ```...