issue: https://linear.app/comm/issue/ENG-4826/uncaught-typeerror-cannot-read-properties-of-undefined-reading-status
`connection` was moved to `keyserverStore`, so it should be fetched with `connectionSelector`. This was causing errors
useSelector from `'react-redux'` was used instead the one from `web/redux/redux-utils.js`, so `flow check` did catch it before