Chat SDK v4 Chat history not working with local caching

Hi, Seem Chat history not working with local caching.

Steps:

  1. Open sample app from https://github.com/sendbird/sendbird-chat-sample-react (replace your own application id)
  2. Open three tab at browser http://localhost:3000/group-channel
  3. Setup following users
    • Tab 1User A
    • Tab 2User B
    • Tab 3User C
  4. At Tab 1, create group channel with User B
  5. At Tab 1, send text message Hi, User B to that group channel
  6. At Tab 2, User B can see Hi, User B message
  7. At Tab 1, invite User C join the channel
  8. (Expected) At Tab 3, User C can see Hi, User B message
  9. (Unexpected) At Tab 3, navigate to http://localhost:3000/group-channel-local-caching, User C
    cannot see any past messages.