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
Noticed while on the train with bad wifi -- trying to get a session link can potentially timeout. Currently, a stack trace is provided to the user, and to try again to get a link they have to close the window and open it again. This potentially happens elsewhere.
Might be nice to instead/also have a retry button.
The text was updated successfully, but these errors were encountered:
i like retry buttons also...for this case I think the "ErrorMessage" component could take a onReset callback that, if present, adds a button to the error message that allows the user to 'clear' or 'retry' perhaps. then any code that renders a ErrorMessage can have the opportunity to add that callback to make it retry and clear the error state
Noticed while on the train with bad wifi -- trying to get a session link can potentially timeout. Currently, a stack trace is provided to the user, and to try again to get a link they have to close the window and open it again. This potentially happens elsewhere.
Might be nice to instead/also have a retry button.
![Screenshot 2024-03-08 at 7 14 53 AM](https://private-user-images.githubusercontent.com/83305007/311231036-e41ff12e-05da-4a81-bdbf-8165d18d841c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDA1MjgsIm5iZiI6MTczOTM0MDIyOCwicGF0aCI6Ii84MzMwNTAwNy8zMTEyMzEwMzYtZTQxZmYxMmUtMDVkYS00YTgxLWJkYmYtODE2NWQxOGQ4NDFjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA2MDM0OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWU2YzFjMTkzYTVlOTRkNWQ1MDc1YTBkMTMxZmM4MmQ0ZjJlMmM1MjMxNzNjNmI5Yjk0NGY4OTBmODBlZTlmMWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9rknpGEK81rZI9f6rZmzRSA0c2sXdvpp3_30FXSg3qc)
The text was updated successfully, but these errors were encountered: