react-from-svg icon indicating copy to clipboard operation
react-from-svg copied to clipboard

Some attributes aren't transformed (or supported) properly

Open MoOx opened this issue 4 years ago • 0 comments

  • class (should be className or dropped?)
  • xml:space & friends

For ReScript

  • style as strings
  • ~~enableBackground~~ (web deprecated prop)
  • text children
  • fontWeight (missing _)
  • in and type should be in_ and _type

MoOx avatar Jan 05 '22 17:01 MoOx