FC. React.FC always includes the children prop on your component whether you want or not. We can get around this by adding children?: never ...
確定! 回上一頁