Display an error, with messages and actions depending upon the user state. Particularly useful with Relay.Renderer when an error state and retry function are provided.
type: string
defaultValue: It's possible that our server are under heavy load, or that your internet connection is slow. Please try again.
type: object
type: bool
defaultValue: false
type: string
defaultValue: 'Hmm, loading appears to be taking a while.'
type: string
defaultValue: 'Please ensure that you are connected to the internet.'
type: func
type: any
<ErrorPage
retry={() => {
console.log('retry')
}}
/>