Skip to content

Instantly share code, notes, and snippets.

@00MB
Created July 15, 2022 12:57
Show Gist options
  • Save 00MB/d9cad2349f4448ebdb50aa1657c8e937 to your computer and use it in GitHub Desktop.
Save 00MB/d9cad2349f4448ebdb50aa1657c8e937 to your computer and use it in GitHub Desktop.
const domContainer = document.querySelector('#helio_button');
const root = ReactDOM.createRoot(domContainer);
root.render(<StrictMode><HelioPay/><StrictMode>);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment