Skip to content

Instantly share code, notes, and snippets.

@raae
Created November 8, 2019 10:01
Show Gist options
  • Save raae/6998e692ee16265a2dfa45a350b7cb82 to your computer and use it in GitHub Desktop.
Save raae/6998e692ee16265a2dfa45a350b7cb82 to your computer and use it in GitHub Desktop.
// Replace const stripe .... with the snippet below.
const [stripe, setStripe] = useState()
useEffect(() => {
setStripe(window.Stripe(STRIPE_KEY))
}, [])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment