I'm executing the code below as mentioned in the docs while I'm disconnected to the internet.
renderError={errorName => <Error name={errorName} />}
I'm expecting the name prop to be something like connection error but it is undefined.
Can anyone explain what is happening?