Skip to content

Commit 82b8b03

Browse files
authored
Fixed invalid type
This type can be undefined but does not reflect
1 parent 6d46d26 commit 82b8b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google-recaptcha-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ interface IGoogleReCaptchaProviderProps {
3131
onLoadCallbackName?: string;
3232
};
3333
container?: {
34-
element: string | HTMLElement;
34+
element?: string | HTMLElement;
3535
parameters: {
3636
badge?: 'inline' | 'bottomleft' | 'bottomright';
3737
theme?: 'dark' | 'light';

0 commit comments

Comments
 (0)