Skip to content

Conversation

@wo-o29
Copy link

@wo-o29 wo-o29 commented Oct 26, 2025

Summary

This PR fixes several documentation errors found in the FAQ page, including typos, JavaScript syntax errors, React Hook dependency issues, markdown escaping problems, and misplaced code examples.

Changes

1. Fixed typo in "React Hook Form, Formik or Redux Form?" section

Changed "Additionallly" to "Additionally" (removed extra 'l').

2. Fixed JavaScript syntax in "How to share ref usage?" section

The JavaScript example incorrectly used TypeScript's non-null assertion operator (!).

3. Fixed React Hook dependency in "What if you don't have access to ref?" section

Added missing register dependency to the useEffect hook dependency array to comply with React Hooks rules.

4. Fixed markdown escaping in "How to work with modal or tab forms?" section

Removed unnecessary backslash escaping from inline code around useForm.

5. Removed misplaced code in "Why is the first keystroke not working?" section

Removed IE11 import examples that were unrelated to the question about first keystroke issues. These imports don't provide relevant information for troubleshooting the value vs defaultValue problem described in the section.

@vercel
Copy link

vercel bot commented Oct 26, 2025

@wo-o29 is attempting to deploy a commit to the BEEKAI OSS Team on Vercel.

A member of the Team first needs to authorize it.

@netlify
Copy link

netlify bot commented Oct 26, 2025

Deploy Preview for sage-cassata-31d224 ready!

Name Link
🔨 Latest commit 819162c
🔍 Latest deploy log https://app.netlify.com/projects/sage-cassata-31d224/deploys/68fe34a3c7e78f0008a3a065
😎 Deploy Preview https://deploy-preview-1176--sage-cassata-31d224.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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.

1 participant