Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悶make it works with tarojs #4825

Merged
merged 1 commit into from
Apr 16, 2021
Merged

馃悶make it works with tarojs #4825

merged 1 commit into from
Apr 16, 2021

Conversation

towry
Copy link
Contributor

@towry towry commented Apr 16, 2021

Background:

Tarojs is a framework for WeChat mini-program, it enable you to write code in React then transform those react code to WeChat mini-program code(Like html but is not html, no window, navigator object etc).

The issue:

I want to use this cool form library in Tarojs, but an error pop up: TypeError: e.persist is not a function, it is because the component that I use is not html native element and the component's onClick event argument doesn't have this persist property.

@bluebill1049 bluebill1049 merged commit c7c9fd9 into react-hook-form:master Apr 16, 2021
@towry towry deleted the feature-compatible-with-non-browser branch April 20, 2021 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants