html-to-react
html-to-react copied to clipboard
Add "defaultChecked" value to NON_STANDARD_ATTRIBUTES
Using in a input tag the "checked" attribute, the lib throws an error. I fixed it adding the value "defaultChecked" in the NON_STANDARD_ATTRIBUTES array in "camel-case-attribute-names.js" file.