>Try with `attrs["htmlFor"] = "someId"` Yes, t...
# react
c
Try with
attrs["htmlFor"] = "someId"
Yes, that worked in both the more complex case and with no warning message in the simple case... not sure exactly why, I thought the same thing was happening behind the scenes, but obviously not. Thanks 🙂