gpt4 book ai didi

reactjs - Firebase grecaptcha 未定义 react

转载 作者:行者123 更新时间:2023-12-02 00:37:31 25 4
gpt4 key购买 nike

我在文档中复制了这段代码:

window.recaptchaVerifier.render().then(function(widgetId) {
grecaptcha.reset(widgetId);
}

但是在我的 react 项目中 grecaptcha 是未定义的。我看不到他们在哪里将其声明为变量或从 firebase 中的何处获取它。

最佳答案

不知道为什么,但这对我来说很好:

window.recaptchaVerifier.render().then(widgetId => {
window.recaptchaVerifier.reset(widgetId);
});

我没有使用 grecaptcha,而是使用了 window.recaptchaVerifier,它的效果非常好。

关于reactjs - Firebase grecaptcha 未定义 react ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48789732/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com