fix: Error recover/retry buttons should reset error state
This commit is contained in:
@@ -120,7 +120,10 @@ export const GroupCallErrorBoundary = ({
|
||||
<ErrorPage
|
||||
error={callError}
|
||||
resetError={resetError}
|
||||
recoveryActionHandler={recoveryActionHandler}
|
||||
recoveryActionHandler={(action: CallErrorRecoveryAction) => {
|
||||
resetError();
|
||||
recoveryActionHandler?.(action);
|
||||
}}
|
||||
/>
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user