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 un-annotated component should not need any type annotations.
Actual behavior
Flow requires me to annotate a component if I'm gonna use it inside an exported component, but this happens only if the un-annotated component is rendered as root of the exported component.
If I wrap the un-annotated component with something else (a fragment, a div, etc), then Flow doesn't require me to annotate it.
I know Flow wants us to annotate the exported functions, components, etc... but I'm not exporting that component, I'm using it inside a component that's getting exported.