Some react icons seem to be missing style mapping causing this error:
Error
The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.
Here's a demo of the issue. Airplane renders correctly, but PersonAltCircle does not.
Some react icons seem to be missing style mapping causing this error:
Here's a demo of the issue.
Airplane
renders correctly, butPersonAltCircle
does not.