<label for="..."> needs to be <label htmlFor="...">
sunnymui opened this issue · 1 comments
sunnymui commented
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.
References: https://reactjs.org/docs/dom-elements.html