Remove usage of React.FC
(FunctionComponent) as it is now considered as a bad practice
#303
Labels
enhancement
New feature or request
See facebook/create-react-app#8177
All components use React.FC in NRN, I liked it because it made explicit the component were functional, but it has a few drawbacks.
Planning on changing that for all components.
The text was updated successfully, but these errors were encountered: