codeforsanjose / disaster-response-sj

Exploration of adding civic tech component to San Jose disaster response
MIT License
7 stars 12 forks source link

<label for="..."> needs to be <label htmlFor="..."> #74

Closed sunnymui closed 4 years ago

sunnymui commented 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.

References: https://reactjs.org/docs/dom-elements.html

sunnymui commented 4 years ago

Addressed in #91