React app not starting after working with Font Awesome
I tried to import icon from font awesome, so I follwed setup from Font Awesome Docs (https://docs.fontawesome.com/web/use-with/react/), but I couldn’t display the icon.
‘faTable’ Font Awesome icon not found after successful installation of ‘free-regular-svg-icons’ NPM module
In React I need to import the common faTable
Font Awesome icon which is free and should be available as <FontAwesomeIcon icon={faTable} />
.