hackerman
hackerman
Yes, the change is good and trivial enough to be merged without side effects
You'll likely get duplicated IDs, and IDs don't generally work well when it's embedded as a library. I suggest a different solution, I think it can be done with proper...
Ideally, the label would wrap the input, in which case htmlFor is not required.
Ok, then let’s just generate random IDs in the top level component and pass them down. `labelId` comes to mind
This has been cleaned up and 1.0 is now out as a release candidate
Yes, this is planned
Well, not fully, because the example don't have it yet.
What would be the correct way to verify that this change is indeed behaving as expected? I assume we need some type of race test that calls the helper function...