Update adr006-avoid-react-fc.md

This commit is contained in:
ellieseastream
2020-07-01 16:22:04 +02:00
committed by GitHub
parent b6ec4298bc
commit 4491e52567
@@ -12,7 +12,7 @@ Read more about the removal in [this PR](https://github.com/facebook/create-reac
## Decision
To keep our codebase up to date, we have decided that React.FC should be avoided in our codebase when adding new code.
To keep our codebase up to date, we have decided that React.FC and React.SFC should be avoided in our codebase when adding new code.
Here is an example:
````