-
-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
questionFurther information is requestedFurther information is requested
Description
It seems that the attributesToProps
method is converting all keys to lowercase (see https://github.com/remarkablemark/html-react-parser/blob/master/lib/attributes-to-props.js#L37 ).
Why is this happening?
We would like to pass case-sensitive attributes to our dynamic html content and with the current implementation it doesn't work, since all attributes are converted to lower case?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested