You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current behaviour removes React.FC from the component declaration, which has an implicit definition of children, leaving its definition to be set manually in each case. An option could be set to forcefully add { children?: React.ReactNode } as props, which are the value that React.FC offers. It should be an opt-in option
The text was updated successfully, but these errors were encountered:
The current behaviour removes
React.FC
from the component declaration, which has an implicit definition of children, leaving its definition to be set manually in each case. An option could be set to forcefully add{ children?: React.ReactNode }
as props, which are the value thatReact.FC
offers. It should be an opt-in optionThe text was updated successfully, but these errors were encountered: