react-fontawesome
react-fontawesome copied to clipboard
Missing icons not replaced by missingIcon icon
Title gore.
Default config has showMissingIcons: true, but all I get is a console error. No element is rendered at all.
@designbyadrian for projects like React we decided to provide a console error which gives you more detail as to why the icon is missing. Showing the missing icon is beneficial for using the generic Font Awesome but not a great idea for tools like React.
I understand. In my case, I was hoping for a fallback so the layout doesn’t change if an icon is missing, when rendering a large list of elements.