#Invalid DOM property error on SVG elements

3 messages · Page 1 of 1 (latest)

lime steeple
#

the solution is literally in the error message

#

all props in react use camelCase but your component has a prop named stroke-linecap when it should be strokeLinecap instead

bitter void
#

But I never used this prop, should I find it in the default code and change?