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
Line 26 of LaunchList.tsx reads onClick={() => handleIdChange(launch.flight_number!)}
The ! here appears to be an error, but I'm pretty new to React/TypeScript so if that's not the case, it might be wise to have an explanation of that line.