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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Beta] Suggest/referencing values with refs #5097

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gsong
Copy link
Contributor

@gsong gsong commented Sep 23, 2022

Is there a reason we need the input to be controlled?

@github-actions
Copy link

github-actions bot commented Sep 23, 2022

Size Changes

📦 Next.js Bundle Analysis

This analysis was generated by the next.js bundle analysis action 🤖

This PR introduced no changes to the javascript bundle 🙌

@gaearon
Copy link
Member

gaearon commented Sep 23, 2022

thanks, but the Prettier changes are not needed. can you please undo them so I can see what you're changing?

we don't run Prettier on Markdown

@gsong
Copy link
Contributor Author

gsong commented Sep 23, 2022

@gaearon Formatting the code according to the .prettierrc in the repo. The changes are in a separate commit: 3c12750

@gaearon
Copy link
Member

gaearon commented Sep 23, 2022

sorry, I don't know how to configure prettier correctly, but we don't run it on Markdown

@gsong
Copy link
Contributor Author

gsong commented Sep 23, 2022

@gaearon No worries, I'll configure it to ignore markdown with another PR, and update this one accordingly.

@gsong
Copy link
Contributor Author

gsong commented Sep 23, 2022

sorry, I don't know how to configure prettier correctly, but we don't run it on Markdown

Content markdown ignored in #5098

@gsong
Copy link
Contributor Author

gsong commented Sep 23, 2022

thanks, but the Prettier changes are not needed. can you please undo them so I can see what you're changing?

we don't run Prettier on Markdown

I've forced pushed up just a single commit with the proposed changes.

@@ -641,7 +639,7 @@ export default function Chat() {
return (
<>
<input
value={text}
defaultValue={textRef.current}
Copy link
Collaborator

@eps1lon eps1lon Oct 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem here is that this example reads from a ref during render. Even if that specific prop is only relevant once, the overall pattern is still problematic. React might even warn if defaultValue changes. But the biggest problem is reading from a ref during render which we probably shouldn't showcase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants