Reproduction: https://codesandbox.io/s/svgmt-example-map-forked-9p5mn
Using the map codesandbox example
if i want to change the stroke width normally i would pass the stroke-width='10px' but in react i have to do like strokeWidth='10px'
and it gets directly passed to the SVG Path

or am I missing out on anything?
Fix can be to strokeWidth => stroke-width
Cool Library Solves a lot of problems.
Reproduction: https://codesandbox.io/s/svgmt-example-map-forked-9p5mn
Using the map codesandbox example
if i want to change the stroke width normally i would pass the
stroke-width='10px'but in react i have to do likestrokeWidth='10px'and it gets directly passed to the SVG Path
or am I missing out on anything?
Fix can be to
strokeWidth => stroke-widthCool Library Solves a lot of problems.