Skip to content

parameters prop is not working #206

@samuelg0rd0n

Description

@samuelg0rd0n

Is parameters prop working for you?

I'm trying to set badge and theme but either of them seems to be working. The badge is still on the bottom right side and it's still in light mode.

<GoogleReCaptchaProvider
      reCaptchaKey={process.env['NEXT_PUBLIC_RE_CAPTCHA_KEY'] || ''}
      container={{
	      parameters: {
		      badge: 'bottomleft',
		      theme: 'dark'
	      }
      }}
>

I tried also inline for badge, but nothing. Am I doing something wrong or is this functionality broken?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions