0

This is my first time implementing a recaptch and I am not 100% sure if It is working correctly.

  <GoogleReCaptchaProvider
    reCaptchaKey="[key]"
    language="english"
  >
    <React.StrictMode>
      <MuiThemeProvider theme={themeMui}>
        <StylesProvider injectFirst>
          <Provider store={store}>
                <App /> 
          </Provider>
        </StylesProvider>
      </MuiThemeProvider>
    </React.StrictMode>
    ,
  </GoogleReCaptchaProvider>,
  document.getElementById('root'),
);

I have just added this into my index.tsx file because the documentation says it should be at the highest point in your react tree.

Is this all I need? or am I missing a few steps??

0 Answers0