Skip to content

Commit

Permalink
Defer loading Stripe.js script
Browse files Browse the repository at this point in the history
  • Loading branch information
katamartin committed Feb 10, 2025
1 parent 9e6bd7a commit 424ecfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/donate.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useCallback, useEffect, useRef, useState } from 'react'
import { Box, Link } from 'theme-ui'
import { loadStripe } from '@stripe/stripe-js'
import { loadStripe } from '@stripe/stripe-js/pure'
import ReCAPTCHA from 'react-google-recaptcha'
import {
FadeIn,
Expand Down

0 comments on commit 424ecfb

Please sign in to comment.