Closed fredericlesueurs closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
react-hook-form-website | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 12, 2023 9:32am |
hi,
thanks for the PR.
Fix React Native documentation, because if you write onChangeText={onChange} your input was laggy.
are you sure this is the issue?
Hi,
Fix React Native documentation, because if you write
onChangeText={onChange}
your input was laggy. The correct code wasonChangeText={(value) => onChange(value)}
.