Allow errored views to be reloaded

This commit is contained in:
Max Goodhart
2020-06-19 19:19:37 -07:00
parent 490b626a06
commit 570b07ed1e
4 changed files with 15 additions and 21 deletions

View File

@@ -164,7 +164,7 @@ function App({ wsEndpoint }) {
url={url}
onChangeSpace={handleSetView}
spaceValue={streamId}
isError={state.matches('error')}
isError={state.matches('displaying.error')}
isDisplaying={state.matches('displaying')}
isListening={isListening}
onSetListening={handleSetListening}