@hcaptcha/react-hcaptcha 1.5.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -139,6 +139,7 @@ return <HCaptcha ref={captchaRef} onLoad={onLoad} sitekey={sitekey} {...props} /
|
|
|
139
139
|
|`reportapi`|String|No|`-`|See enterprise docs.|
|
|
140
140
|
|`sentry`|String|No|`-`|See enterprise docs.|
|
|
141
141
|
|`custom`|Boolean|No|`-`|See enterprise docs.|
|
|
142
|
+
|`loadAsync`|Boolean|No|`true`|Set if the script should be loaded asynchronously|
|
|
142
143
|
|
|
143
144
|
#### Events
|
|
144
145
|
|