html-to-react icon indicating copy to clipboard operation
html-to-react copied to clipboard

Add "defaultChecked" value to NON_STANDARD_ATTRIBUTES

Open Giosk opened this issue 5 years ago • 0 comments

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.

Giosk avatar Sep 18 '19 06:09 Giosk