diff --git a/src/lib.tsx b/src/lib.tsx index e0e2e8d..201de55 100644 --- a/src/lib.tsx +++ b/src/lib.tsx @@ -12,6 +12,7 @@ export const Turnstile = forwardRef { setScriptLoaded(true) } @@ -151,7 +155,14 @@ export const Turnstile = forwardRef + return ( +
+ ) }) Turnstile.displayName = 'Turnstile'