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
I cloned the final repository for both server and client and run the necessary yarn installs and tests and everything passes. Now when I run yarn start, this error message comes up...
The types of 'location.state' are incompatible between these types.
Type 'unknown' is not assignable to type 'PoorMansUnknown'.
Type 'unknown' is not assignable to type '{}'. TS2322
24 | component={withAuth(
25 | ({ match, history }: RouteComponentProps<{ chatId: string }>) => (
> 26 | <ChatRoomScreen chatId={match.params.chatId} history={history} />
| ^
27 | )
28 | )}
29 | />
The text was updated successfully, but these errors were encountered:
I cloned the final repository for both server and client and run the necessary yarn installs and tests and everything passes. Now when I run yarn start, this error message comes up...
The text was updated successfully, but these errors were encountered: