Tried both variants: `svgs` in `<Ratings />` and `svg` in `<Ratings.Widget />` - Same result It renders fine, but all props goes to <svg> html tag which is incorrect.
Tried both variants:
svgsin<Ratings />andsvgin<Ratings.Widget />- Same resultIt renders fine, but all props goes to html tag which is incorrect.