-
Notifications
You must be signed in to change notification settings - Fork 46.9k
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
value|defaultValue={Symbol|Function} should be ignored, not stringified #11734
Comments
Now that I looked at this again, the update codepath was already broken. This just made the initial code path match it. So this is actually an improvement. We should still get #11741 to completion to have consistent sane behavior, but IMO this is not as urgent as I thought at first. |
- the capture attribute changed in #11424 - changes to value/defaultValue handling of functions/Symbols are from #11534, but as per #11734 (comment) this is actually not a new problem so we're okay with it
Is it resolved or can I start working on it? Sorry new to open source |
I think the issue still exists, it’s just more consistent now |
just for reference how do you call dibs on a bug |
You got it |
Ping @highskillzz, do you still on this issue? If not, I will take it, ok @gaearon 😉 |
Sure |
What's the status on this one? It doesn't seem like this has been resolved since there are no warnings on assigning symbols or functions to the |
Feel free to grab it. I don't know if it's fixed or not but it's worth checking. |
@gaearon is this still open? if so, how do i claim it? |
@krrishdholakia Yes this is still up for grabs if it is not already fixed! Feel free to start looking into it and reach out if you have any issues along the way. 😊 |
I checked earlier and I might be wrong but I'm quite sure this was fixed earlier by @nhunzaker
produces Which indicates that both symbols and functions are not stringified? I've still went ahead and added warnings for the |
Although,
Both functions get stringified and appended as text into the For reproducing: https://codesandbox.io/s/pj40nrp5px |
@raunofreiberg Thanks for looking into that! I agree that textarea should behave the same 👍 |
@philipp-spiess Do you mean working on the |
Hey @gaearon, is this issue resolved? I'm interested to work on it. |
Hi @gaearon , |
Hi @gaearon, |
Hey @gaearon, I'd love to contribute this project. I'm here for the first time. |
Hey @gaearon, I would love to contribute this project. it's my first time to be here, I am an intermediate coder in react |
Hey @gaearon, I am interested in this issue and want to contribute. |
Hi there, My name is [Elpida Syka Lerioti] and I'm interested in helping out with this issue. I've been studying testing and I think this would be a great opportunity for me to apply my skills and learn more about React. I've read through the issue and I think I have a good understanding of the problem and the proposed solution. However, I'm new to the React project and I would appreciate any guidance or help you could give me to get started with testing. Thanks for your time and I look forward to working with you! Best regards, |
@sykalerio I think this was solved in #22841 A test codesandbox seem to confirm that the stringified behaviour is fixed. I'm in the same boat, trying to contribute for the first time. I don't know why this issue isn't closed. Maybe I misunderstood the situation. Can't seem to locate the test file though. |
@gaearon, should this issue be closed? |
Is this issue still Open? |
hey @gaearon is this issue still open ?? |
Should this be closed or is there still some unexpected behavior occurring with this? 🤔 |
is this issue is still open? @gaearon |
@gaearon Is this issue still open , Please assign it to me |
Hey, is this issue still open, interested to work on it. |
Is it still open or closed? I would like to work on it |
Is this still open? |
Is the issue still open? I am interested to work on it |
Does this issue still persist? I am interested to work on it |
@gaearon is this still open ? I have found a solution and want to make a pr ! |
Hi @gaearon ! |
For everyone coming here as per #11734 (comment) This issue has been fixed... |
@gaearon It would be helpful if you guys can close this issue |
Hello , I'm here for the first time and would like to contribute this project. |
Hello, I believe I could contribute to this project. Can someone please clarify whether the issue is closed? I'm here for first time and it seems from previous thread comments that this issue is already closed. |
Read the thread this is not an issue anymore and needs to be closed... |
how come this is not closed yet ! |
@gaearon is the bug is still there ? If yes, can I work on this ? |
@gaearon if the bug is not there please close the issue. Other I am interested in working on it. |
Regression in master from #11534.
Found it thanks to the attribute fixture snapshots.
The text was updated successfully, but these errors were encountered: