Closed sunnymui closed 5 years ago
Need to change the for attribute in all <label> html tags to htmlFor to be valid JSX since for is a reserved keyword in javascript.
for
<label>
htmlFor
References: https://reactjs.org/docs/dom-elements.html
Addressed in #91
Need to change the
for
attribute in all<label>
html tags tohtmlFor
to be valid JSX since for is a reserved keyword in javascript.References: https://reactjs.org/docs/dom-elements.html