Derrick Reimer
Derrick Reimer
My only hesitation about an `unload` function is that it wouldn't actually remove Fathom from the page (only its `` tag), unless we reached behind the curtain and tried to...
Closing this one for now, since the `load` function is now idempotent (so duplicate calls will not trigger multiple injections of the script tag).
I wonder if this is a React Strict Mode thing. Can you try disabling strict mode and see if this behavior stops? https://nextjs.org/docs/pages/api-reference/next-config-js/reactStrictMode It's probably worth making our `load` function...