react-hcaptcha
react-hcaptcha copied to clipboard
hCaptcha Component Library for ReactJS and Preact
I'm using react-hcaptcha with GatsbyJS. Whenever the hcaptcha opens the page jumps to top and the dialogue shows centered on the screen (not next to the button). I simply can't...
Hello! I want to wrap HCaptcha component in my own wrapper, which should watch for app-level theme and language changing, and chage it for HCaptcha. Of course, i want use...
I have this error after TS checking: ``` $ tsc --noemit node_modules/@hcaptcha/react-hcaptcha/types/index.d.ts:30:15 - error TS2515: Non-abstract class 'HCaptcha' does not implement inherited abstract member 'render' from class 'Component'. ```
Not sure how to resolve this but I added it to mobile and can't see the captcha
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
The component has a race condition where if `execute()` is called before the API is loaded, `execute` will just fail silently. The fix is to add a flag which we...
Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...
After automatically upgrading from 1.8.1 to 1.9.3 when attempting to render the component within our react app, the application errors out. The error logged to console is ``` index.mjs:19 Uncaught...