overleaf/services/web/test/frontend
Miguel Serrano 864a75c284 Fixed unread message count in react chat (#3529)
* Fixed unread message count in react chat

The problem was caused by ChatStore being instantiated multiple times on each `useRef` call, plus also incorrectly cleaned-up, since it should be calling `socket.removeListener` instead of `socket.off` on effect destroy.

* deferred loading messages until chat is opened

GitOrigin-RevId: b990cd06cea6630472b0911b56219766717aaff6
2021-01-12 03:04:26 +00:00
..
features Fixed unread message count in react chat (#3529) 2021-01-12 03:04:26 +00:00
helpers
ide/history/util
infrastructure Merge pull request #3430 from overleaf/msm-filetree-open-selected-entity 2021-01-08 03:05:18 +00:00
shared
utils
bootstrap.js Merge pull request #3430 from overleaf/msm-filetree-open-selected-entity 2021-01-08 03:05:18 +00:00
prop-types.test.js