I am trying to add an external script tag to my remix app landing page (i.e., / route) . this script, when loaded creates a floating button and adds it to the document (using document.body.appendChild). This causes hydration issues.. how do i resolve? (Reference: https://legacy.reactjs.org/docs/error-decoder.html/?invariant=418)
A JavaScript library for building user interfaces