tldr: The React.FC type is the cause for above error: It already includes default children typed as ReactNode, which get merged (&) with your own children ...
確定! 回上一頁