Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redux types: Make
PresenceState
inexact, for now.
Until Flow v0.111.0 or later, where we'll be when we upgrade to React Native v0.62.0 (that's issue zulip#3782), exact object types with indexer properties are broken. See more details in src/utils/jsonable.js. In particular, this will help us get userHelpers-test.js type-checked.
- Loading branch information