-
Notifications
You must be signed in to change notification settings - Fork 264
docs: translation for useRef #356
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
<ConsoleBlock level="error"> | ||
|
||
Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()? | ||
|
||
</ConsoleBlock> | ||
|
||
By default, your own components don't expose refs to the DOM nodes inside them. | ||
Secara default, komponen Anda sendiri tidak mengekspos ref ke node DOM di dalamnya. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Secara default, komponen Anda sendiri tidak mengekspos ref ke node DOM di dalamnya. | |
Secara bawaan, komponen Anda sendiri tidak mengekspos ref ke node DOM di dalamnya. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mazipan @resir014 This word needs to be clarified in the Glossary later.
Discussion: #337 (comment)
Co-authored-by: Irfan Maulana <[email protected]>
Co-authored-by: Irfan Maulana <[email protected]>
Co-authored-by: Irfan Maulana <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's good now.
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Co-authored-by: M Haidar Hanif <[email protected]> Co-authored-by: Irfan Maulana <[email protected]>
Translation for API Reference / Hooks / useRef, referenced by #330
Closes #408