You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 my wrapper as clear HCaptcha component with possibility of pass all props, that declared in HCaptchaProps, but HCaptchaProps was not exported, and i cant do that. Now, i just copy-pase all HCaptchaProps in my own props interface (instead of extends it), but its not good way
May be you can export HCaptchaProps?
The text was updated successfully, but these errors were encountered:
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 my wrapper as clear HCaptcha component with possibility of pass all props, that declared in HCaptchaProps, but HCaptchaProps was not exported, and i cant do that. Now, i just copy-pase all HCaptchaProps in my own props interface (instead of extends it), but its not good way
May be you can export HCaptchaProps?
The text was updated successfully, but these errors were encountered: