boopathi/react-svg-loader

Warning: React does not recognize the `whiteSpace` prop on a DOM element.

davidc360 opened this issue · 2 comments

I'm getting a warning for all my SVG files:
Warning: React does not recognize the whiteSpace prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase whitespace instead. If you accidentally passed it from a parent component, remove it from the DOM element.
in path (at hunter.svg:10)
in g (at hunter.svg:10)
in svg (at hunter.svg:10)

hunter.svg: https://pastebin.com/z4a76Qxi
I don't find a 'whiteSpace' props in the file.

Help would be much appreciated.

the pastebin you linked to is removed.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.