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
even tho above we redirect them if they're not a cluster admin, i still like to handle it when returning what to render to cover our bases. something like
and same goes with any other potential error states. you have your loading states covered, but what happens if fetching the order fails, what renders? it'll be Loading... forever. i'll add the error handling pattern, but i just wanted to point out it's good practice to think about how errors effect both your event handlers/API calls, and what you render
and same goes with any other potential error states. you have your loading states covered, but what happens if fetching the order fails, what renders? it'll be Loading... forever. i'll add the error handling pattern, but i just wanted to point out it's good practice to think about how errors effect both your event handlers/API calls, and what you render
Originally posted by @laholstege in #321 (comment)
The text was updated successfully, but these errors were encountered: