error i am getting
validateDOMNesting(...): cannot appear as a child of .
at svg
at UilCircleenter code here
"I am using react-unicons library for icons and i tried to add it to the select tag but its is showing
"<svg> cannot appear as a child of <option>"
error
I tried the icons with li and all it is working there, but in select tag of html it is showing this error and in option tag to it is showing the same error
This is the code import * as Icon from '@iconscout/react-unicons'; <Icon.UilRotate360/>