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
7: return {...u};
^ Could not decide which case to select. Since case 1 [1] may work but if it doesn't case 2 [2] looks promising too. To fix add a type annotation to .a [3] or to .type [3].
References:
3: {type: 'A', a: number} |
^ [1]
4: {type: 'B', b: string};
^ [2]
7: return {...u};
^ [3]
The text was updated successfully, but these errors were encountered:
From flow.org/try:
The text was updated successfully, but these errors were encountered: